nixos/common: Add automatic Nix store GC
This commit is contained in:
		@@ -52,6 +52,10 @@ in
 | 
			
		||||
          trusted-users = [ "@wheel" ];
 | 
			
		||||
          experimental-features = [ "nix-command" "flakes" "ca-derivations" ];
 | 
			
		||||
        };
 | 
			
		||||
        gc = {
 | 
			
		||||
          options = mkDefault "--max-freed $((8 * 1024**3))";
 | 
			
		||||
          automatic = mkDefault true;
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
      nixpkgs = {
 | 
			
		||||
        overlays = [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user