Infini-DL360: disable automatic gc

This commit is contained in:
Infinidoge 2025-06-25 23:02:12 -04:00
parent dc21bfcd83
commit 7ac95df680
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
2 changed files with 2 additions and 1 deletions

View file

@ -63,6 +63,7 @@
];
nix.settings.accept-flake-config = true;
nix.gc.automatic = false;
networking = {
firewall = {

View file

@ -64,7 +64,7 @@ in
};
gc = {
automatic = true;
automatic = lib.mkDefault true;
options = "--delete-older-than 7d";
dates = "weekly";
};