diff --git a/system/podman.nix b/system/podman.nix index aad967c..0b83666 100644 --- a/system/podman.nix +++ b/system/podman.nix @@ -2,9 +2,11 @@ { virtualisation = { + containers.enable = true; podman = { enable = true; dockerCompat = true; + defaultNetwork.settings.dns_enabled = true; }; }; }