13 lines
		
	
	
	
		
			208 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			208 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{...}: {
 | 
						|
  nix = {
 | 
						|
    gc = {
 | 
						|
      automatic = true;
 | 
						|
      dates = "weekly";
 | 
						|
      options = "--delete-older-than 7d";
 | 
						|
    };
 | 
						|
    optimise = {
 | 
						|
      automatic = true;
 | 
						|
      dates = ["weekly"];
 | 
						|
    };
 | 
						|
  };
 | 
						|
}
 |