Add: automatic nix clean
This commit is contained in:
parent
201666c577
commit
87f60899c5
1 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,12 @@
|
|||
experimental-features = ["nix-command" "flakes"];
|
||||
};
|
||||
|
||||
nix.gc = {
|
||||
automatic = true ;
|
||||
dates = "daily" ;
|
||||
options = "--delete-older-than 7d" ;
|
||||
};
|
||||
|
||||
nixpkgs.config = {
|
||||
# allowUnfree = true;
|
||||
# allowUnsupportedSystem = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue