Replace podman with docker(temp?)

This commit is contained in:
2023-06-09 00:46:54 +02:00
parent e19ac0a101
commit fc589d08e3
2 changed files with 14 additions and 1 deletions

View File

@@ -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";