No description
Find a file
Florian RICHER c14135a7c9
All checks were successful
check / check (push) Successful in 35s
perso-laptop: Disable secure boot (temporary)
2025-08-30 10:41:33 +02:00
.gitea/workflows Add -y flag in apt install 2024-05-24 21:24:52 +02:00
.vscode Add vscode autocomplete for nix (nixd) 2024-04-28 20:07:42 +02:00
hosts perso-laptop: Disable secure boot (temporary) 2025-08-30 10:41:33 +02:00
modules system(amdgpu): Use hardware options instead of raw configurations 2025-08-29 18:24:37 +02:00
overlays kwin: Remove syncobj patch 2024-05-31 12:15:48 +02:00
scripts scripts: Add scripts to install / configure age keys 2025-08-29 19:09:07 +02:00
secrets homeserver(vaultwarden): Add secrets 2025-08-29 20:40:08 +02:00
tips docs: Improve docs 2025-08-29 19:08:37 +02:00
.envrc flake.nix: Add comment, devShells and cleanup redendant inputs 2024-10-28 21:16:27 +01:00
.gitignore homeserver: Implement traefik 2025-08-28 21:17:03 +02:00
.sops.yaml editors.neovim: Add AI assistant 2025-06-26 15:09:48 +02:00
flake.lock Update OS 2025-08-27 20:31:13 +02:00
flake.nix home: Add kdedev 2025-08-17 13:10:50 +02:00
LICENSE Initial commit 2023-02-01 19:47:00 +01:00
README.md docs: Improve docs 2025-08-29 19:08:37 +02:00

Usefull commands

Configure

NixOS

nixos-rebuild switch --flake flake_path_directory#hostname
nix flake update --extra-experimental-features "nix-command flakes"

Home manager on standalone Linux

Already explain here

Show changements between revisions

nix profile diff-closures --profile /nix/var/nix/profiles/system
nix store diff-closures /nix/var/nix/profiles/system-rev1-link /nix/var/nix/profiles/system-rev2-link

Clean system

List all profiles

nix profile history --profile /nix/var/nix/profiles/system

Remove all profiles older than 7 days

sudo nix profile wipe-history --older-than 7d --profile /nix/var/nix/profiles/system
nix profile wipe-history --older-than 7d --profile ~/.local/state/nix/profiles/home-manager

Clean up all useless store from old profiles

sudo nix store gc --debug

Optimize Store

nix-store --optimise

error: cached failure of attribute 'nixosConfigurations.perso-desktop.config.system.build.toplevel'

sudo rm -fr /root/.cache/nix/

Usefull links

Sources