maintenance.nix aktualisiert

This commit is contained in:
fnord 2025-05-24 13:09:46 +02:00
parent b9eb1e1e50
commit 56c3607809

View file

@ -5,8 +5,12 @@ system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = true;
# Enable Automatic Garbage Collection
nix.gc.automatic = true;
nix.gc = {
automatic = true;
randomizedDelaySec = "14m";
options = "-d";
};
# Use Links to save Disk Space
nix.optimise.automatic = true;
}