nix: lower frequency of gc
This commit is contained in:
		
							parent
							
								
									965b1cf514
								
							
						
					
					
						commit
						52cb6d3301
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -11,8 +11,8 @@ in
 | 
			
		|||
    nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
 | 
			
		||||
    gc = {
 | 
			
		||||
      automatic = true;
 | 
			
		||||
      dates = "daily";
 | 
			
		||||
      options = "--delete-older-than 3d";
 | 
			
		||||
      dates = "weekly";
 | 
			
		||||
      options = "--delete-older-than 7d";
 | 
			
		||||
    };
 | 
			
		||||
    optimise.automatic = true;
 | 
			
		||||
    settings = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue