The configuration files for all my Nix systems
4

Configure Feed

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

fix(carbon): use gc.interval and optimise.interval

hanna (Jun 9, 2026, 6:18 AM EDT) 183d0d9a 14d91192

+2 -2
+2 -2
hosts/carbon/system/nix.nix
··· 5 5 package = pkgs.lix; 6 6 7 7 gc.automatic = true; 8 - gc.dates = "weekly"; 8 + gc.interval = "weekly"; 9 9 optimise.automatic = true; 10 - optimise.dates = "daily"; 10 + optimise.interval = "daily"; 11 11 12 12 settings = { 13 13 cores = 0;