No description
Find a file
2024-03-04 19:17:06 +01:00
home Fix nix experimental features 2024-02-27 21:19:41 +01:00
hosts Change kernel to latest zen kernel for gaming 2024-02-19 20:49:59 +01:00
modules Set nvidia to latest, see PR #293101 on nixpkgs repo 2024-03-04 19:15:49 +01:00
.gitignore Add gitignore 2024-02-12 14:39:51 +01:00
flake.lock Update OS 2024-03-04 19:17:06 +01:00
flake.nix Fix nix experimental features 2024-02-27 21:19:41 +01:00
LICENSE Initial commit 2023-02-01 19:47:00 +01:00
README.md README.md : Add links 2024-02-28 20:05:35 +01:00

Usefull commands

Configure

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

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

Clean up all useless store from old profiles

sudo nix store gc --debug

Usefull links

Sources