Replace podman with docker(temp?)
This commit is contained in:
@@ -97,6 +97,18 @@
|
||||
exa
|
||||
];
|
||||
|
||||
/* virtualisation.podman = { */
|
||||
/* enable = true; */
|
||||
/* dockerCompat = true; # Make `docker` shell alias */
|
||||
/* defaultNetwork.settings.dns_enabled = true; */
|
||||
/* }; */
|
||||
|
||||
/* virtualisation.oci-containers.backend = "podman"; */
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.oci-containers.backend = "docker";
|
||||
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
|
||||
Reference in New Issue
Block a user