Make nix gc options overridable with mkDefault
This commit is contained in:
@@ -32,7 +32,7 @@ in
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
randomizedDelaySec = mkIf pkgs.stdenv.isLinux "14m";
|
||||
options = "--delete-older-than 10d";
|
||||
options = lib.mkDefault "--delete-older-than 10d";
|
||||
};
|
||||
|
||||
# Essential programs everyone needs
|
||||
|
||||
Reference in New Issue
Block a user