theba/docker: do not use braindead devicemapper storage
This commit is contained in:
		
							parent
							
								
									a49f8d7830
								
							
						
					
					
						commit
						55a9aae5b0
					
				@ -57,7 +57,10 @@
 | 
			
		||||
    unison
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  virtualisation.docker.enable = true;
 | 
			
		||||
  virtualisation.docker = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    storageDriver = "overlay2";
 | 
			
		||||
  };
 | 
			
		||||
  users.extraUsers.gebner.extraGroups = [ "docker" ];
 | 
			
		||||
 | 
			
		||||
  virtualisation.virtualbox.host.enable = true;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user