From b65a868353f0c9b27bb77c38cedaeb6239dce887 Mon Sep 17 00:00:00 2001 From: fleaz Date: Wed, 9 Feb 2022 00:20:32 +0100 Subject: [PATCH] jimbo: docker to podman switch --- machines/jimbo/configuration.nix | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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: