maintenance.nix aktualisiert
This commit is contained in:
parent
b9eb1e1e50
commit
56c3607809
1 changed files with 6 additions and 2 deletions
|
@ -5,7 +5,11 @@ system.autoUpgrade.enable = true;
|
||||||
system.autoUpgrade.allowReboot = true;
|
system.autoUpgrade.allowReboot = true;
|
||||||
|
|
||||||
# Enable Automatic Garbage Collection
|
# Enable Automatic Garbage Collection
|
||||||
nix.gc.automatic = true;
|
nix.gc = {
|
||||||
|
automatic = true;
|
||||||
|
randomizedDelaySec = "14m";
|
||||||
|
options = "-d";
|
||||||
|
};
|
||||||
|
|
||||||
# Use Links to save Disk Space
|
# Use Links to save Disk Space
|
||||||
nix.optimise.automatic = true;
|
nix.optimise.automatic = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue