ops/nixos: mark nix.gc.automatic as default

This commit is contained in:
Luke Granger-Brown 2020-10-18 12:59:33 +00:00
parent e3f83ad608
commit 4e14ee8111

View file

@ -85,7 +85,7 @@ in
# Clean up daily. # Clean up daily.
nix.gc = { nix.gc = {
automatic = true; automatic = lib.mkDefault true;
dates = "*-*-* 05:00:00"; dates = "*-*-* 05:00:00";
}; };
} }