jimbo: docker to podman switch

This commit is contained in:
fleaz 2022-02-09 00:20:32 +01:00
parent 89e7a7786e
commit b65a868353

View file

@ -109,15 +109,11 @@ in
services.openssh.enable = true; services.openssh.enable = true;
programs.ssh.startAgent = true; programs.ssh.startAgent = true;
#virtualisation.podman = { virtualisation.podman = {
#enable=true; enable = true;
#dockerCompat = true; dockerCompat = true;
#dockerSocket.enable = true; dockerSocket.enable = true;
#}; };
# i need docker because of the --link flag
virtualisation.docker.enable = true;
# List services that you want to enable: # List services that you want to enable: