My NixOS dotfiles
0

Configure Feed

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

๐Ÿ—ƒ๏ธ Garbage collector and optimization :3

Simon R. - fantomitechno (Feb 15, 2026, 2:41 AM +0100) 460c217f d04e1235

+7
+7
hosts/common/configuration.nix
··· 39 39 "nix-command" 40 40 "flakes" 41 41 ]; 42 + 43 + nix.optimise.automatic = true; 44 + nix.gc = { 45 + automatic = true; 46 + dates = "weekly"; 47 + options = "--delete-older-than 14d"; 48 + }; 42 49 }