diff --git a/machines/jimbo/configuration.nix b/machines/jimbo/configuration.nix index 72de79c..d85ca8c 100644 --- a/machines/jimbo/configuration.nix +++ b/machines/jimbo/configuration.nix @@ -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: