sarek: docker -> podman
This commit is contained in:
		
							parent
							
								
									f0749acfc0
								
							
						
					
					
						commit
						519cf5bac7
					
				@ -31,8 +31,13 @@
 | 
			
		||||
 | 
			
		||||
  sops.defaultSopsFile = ../../secrets/sarek/sarek.yaml;
 | 
			
		||||
 | 
			
		||||
  virtualisation.docker.enable = true;
 | 
			
		||||
  virtualisation.oci-containers.backend = "docker";
 | 
			
		||||
  virtualisation.podman = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    dockerCompat = true; # Make `docker` shell alias
 | 
			
		||||
    defaultNetwork.settings.dns_enabled = true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  virtualisation.oci-containers.backend = "podman";
 | 
			
		||||
 | 
			
		||||
  system.stateVersion = "23.05";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user