forked from nyanloutre/nixos-config
Garbage collector Nix automatique
This commit is contained in:
parent
937a84b487
commit
99c154448f
@ -65,4 +65,6 @@
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
nix.gc.automatic = true;
|
||||
nix.gc.options = "--delete-older-than 15d";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user