mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 09:42:11 +01:00 
			
		
		
		
	extra/docker: enable auto-prune
This commit is contained in:
		
							parent
							
								
									129fd1f6dc
								
							
						
					
					
						commit
						822afe8a11
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -1,8 +1,13 @@ | ||||||
| { config, pkgs, ... }: | { config, pkgs, ... }: | ||||||
| 
 | 
 | ||||||
| { | { | ||||||
|   virtualisation.docker.enable = true; |  | ||||||
|   environment.systemPackages = with pkgs; [ |   environment.systemPackages = with pkgs; [ | ||||||
|  |     docker | ||||||
|     docker_compose |     docker_compose | ||||||
|   ]; |   ]; | ||||||
|  | 
 | ||||||
|  |   virtualisation.docker = { | ||||||
|  |     enable = true; | ||||||
|  |     autoPrune.enable = true; | ||||||
|  |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler