sgx: Disable Docker and enable Podman Docker compatibility
Docker has been disabled, with the Podman Docker compatibility feature being enabled instead to ensure system virtualization.
This commit is contained in:
		
							parent
							
								
									d5287f242e
								
							
						
					
					
						commit
						e9034a7711
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -21,9 +21,9 @@ | |||
|   }; | ||||
| 
 | ||||
|   virtualisation = { | ||||
|     docker.enable = true; | ||||
|     docker.enable = false; | ||||
|     libvirtd.enable = true; | ||||
|     podman.dockerCompat = false; | ||||
|     podman.dockerCompat = true; | ||||
|   }; | ||||
| 
 | ||||
|   systemd.services.libvirt-guests.after = [ "network-online.target" ]; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue