Make nix gc explicitly persistent
Some checks failed
Update Nix Flake / update-flake (push) Failing after 15s

This commit is contained in:
2026-03-13 08:14:07 +01:00
parent 54e0f94af5
commit 0b8b7564a1
2 changed files with 23 additions and 21 deletions

View File

@@ -28,10 +28,12 @@
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
persistent = true;
};
nix.optimise = {
automatic = true;
dates = ["weekly"]; # Optional; allows customizing optimisation schedule
persistent = true;
};
programs.nix-ld.enable = true;