diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-27 23:17:49 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-27 23:17:49 +0200 |
| commit | 7d427f703c03fac91c27264a2efe8cde33500495 (patch) | |
| tree | fa0493c7c76cedd95bcc2bc67a07c5bc5b0c5136 /system | |
| parent | 32a38e79abbe36503412a6bc4bc50e9295bcf5a2 (diff) | |
| parent | bc443eed6610dfdd0fb239c638a1a9d8704178db (diff) | |
Merge branch 'main' of 10.0.0.37:/srv/git/NixOS-config
Diffstat (limited to 'system')
| -rw-r--r-- | system/nix.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/nix.nix b/system/nix.nix index ef92dc1..74dea4f 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -15,6 +15,15 @@ experimental-features = ["nix-command" "flakes"]; }; + gc = { + automatic = true; + dates = "weekly"; + options = "--delete-older-than 7d"; + }; + optimise = { + automatic = true; + dates = ["weekly"]; + }; }; # Fix nixpkgs.overlays for Lix compatibility |
