This commit is contained in:
2025-02-18 18:39:22 +01:00
parent 044d105a8c
commit 3c0832158f
2 changed files with 5 additions and 5 deletions

View File

@ -12,8 +12,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-old";
options = "--delete-older-than 7d";
};
nixpkgs.config.allowUnfree = true;