Garbage collector Nix automatique
This commit is contained in:
parent
937a84b487
commit
99c154448f
1 changed files with 2 additions and 0 deletions
|
@ -65,4 +65,6 @@
|
|||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
nix.gc.automatic = true;
|
||||
nix.gc.options = "--delete-older-than 15d";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue