Opitimize the store more frequently
This commit is contained in:
		
							parent
							
								
									b55f21ebe8
								
							
						
					
					
						commit
						457d29aba3
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -134,9 +134,10 @@
 | 
				
			||||||
  nix = {
 | 
					  nix = {
 | 
				
			||||||
    gc = {
 | 
					    gc = {
 | 
				
			||||||
      automatic = true;
 | 
					      automatic = true;
 | 
				
			||||||
      dates = "monthly";
 | 
					      dates = "weekly";
 | 
				
			||||||
      options = "--delete-older-than 7d";
 | 
					      options = "--delete-older-than 7d";
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					    optimise.automatic = true;
 | 
				
			||||||
    settings = {
 | 
					    settings = {
 | 
				
			||||||
      auto-optimise-store = true;
 | 
					      auto-optimise-store = true;
 | 
				
			||||||
      substituters = [
 | 
					      substituters = [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue