ops/nixos: mark nix.gc.automatic as default
This commit is contained in:
parent
e3f83ad608
commit
4e14ee8111
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ in
|
|||
|
||||
# Clean up daily.
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
automatic = lib.mkDefault true;
|
||||
dates = "*-*-* 05:00:00";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue