Remove profiles older than 30 days with gc
This commit is contained in:
		
							parent
							
								
									08eaf312f2
								
							
						
					
					
						commit
						a9d740e95a
					
				| @ -46,6 +46,7 @@ | |||||||
|   nix.settings.trusted-users = [ "@wheel" ]; |   nix.settings.trusted-users = [ "@wheel" ]; | ||||||
|   nix.gc.automatic = true; |   nix.gc.automatic = true; | ||||||
|   nix.gc.dates = "weekly"; |   nix.gc.dates = "weekly"; | ||||||
|  |   nix.gc.options = "--delete-older-than 30d"; | ||||||
| 
 | 
 | ||||||
|   programs.zsh.enable = true; |   programs.zsh.enable = true; | ||||||
|   programs.zsh.histSize = 100000; |   programs.zsh.histSize = 100000; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user