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