forked from jan-leila/nix-config
		
	added automatic weekly garbage collects
This commit is contained in:
		
							parent
							
								
									454f002883
								
							
						
					
					
						commit
						5c94b8f21a
					
				
					 1 changed files with 7 additions and 2 deletions
				
			
		|  | @ -3,8 +3,13 @@ | ||||||
|     ../../users |     ../../users | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   nix.settings.experimental-features = ["nix-command" "flakes"]; |   nix = { | ||||||
|   nix.settings.trusted-users = ["leyla"]; |     settings = { | ||||||
|  |       experimental-features = ["nix-command" "flakes"]; | ||||||
|  |       trusted-users = ["leyla"]; | ||||||
|  |     }; | ||||||
|  |     gc.automatic = true; | ||||||
|  |   }; | ||||||
| 
 | 
 | ||||||
|   # Enable networking |   # Enable networking | ||||||
|   networking.networkmanager.enable = true; |   networking.networkmanager.enable = true; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue