don't run gc too often
This commit is contained in:
		
							parent
							
								
									a69f888c0e
								
							
						
					
					
						commit
						2692a77561
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -137,8 +137,8 @@
 | 
				
			||||||
  nix = {
 | 
					  nix = {
 | 
				
			||||||
    gc = {
 | 
					    gc = {
 | 
				
			||||||
      automatic = true;
 | 
					      automatic = true;
 | 
				
			||||||
      dates = "daily";
 | 
					      dates = "monthly";
 | 
				
			||||||
      options = "--delete-older-than 3d";
 | 
					      options = "--delete-older-than 7d";
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    settings = {
 | 
					    settings = {
 | 
				
			||||||
      auto-optimise-store = true;
 | 
					      auto-optimise-store = true;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue