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;
programs.ssh.startAgent = true;
#virtualisation.podman = {
#enable=true;
#dockerCompat = true;
#dockerSocket.enable = true;
#};
# i need docker because of the --link flag
virtualisation.docker.enable = true;
virtualisation.podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
};
# List services that you want to enable: