Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Garbage collect NixOS more frequently

yemou a506600e 410b434b

+1 -1
+1 -1
modules/nix.nix
··· 23 23 gc = { 24 24 automatic = true; 25 25 dates = "weekly"; 26 - options = "--delete-older-than 28d"; 26 + options = "--delete-older-than 14d"; 27 27 }; 28 28 nixPath = [ "nixpkgs=${nixpkgs}" ]; 29 29 optimise.automatic = true;