Infini-DL360: disable automatic gc
This commit is contained in:
parent
dc21bfcd83
commit
7ac95df680
2 changed files with 2 additions and 1 deletions
|
@ -63,6 +63,7 @@
|
|||
];
|
||||
|
||||
nix.settings.accept-flake-config = true;
|
||||
nix.gc.automatic = false;
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
|
|
|
@ -64,7 +64,7 @@ in
|
|||
};
|
||||
|
||||
gc = {
|
||||
automatic = true;
|
||||
automatic = lib.mkDefault true;
|
||||
options = "--delete-older-than 7d";
|
||||
dates = "weekly";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue