diff options
Diffstat (limited to 'Cleaning the Nix store.md')
-rw-r--r-- | Cleaning the Nix store.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cleaning the Nix store.md b/Cleaning the Nix store.md index 523cb71..0dab645 100644 --- a/Cleaning the Nix store.md +++ b/Cleaning the Nix store.md @@ -3,7 +3,9 @@ tags: - nix - howto --- + ``` +nix-env --delete-generations 14d sudo nix-collect-garbage -d sudo nixos-rebuild boot ``` |