From b0d7153e6e2ae0863b33df0f0cd9797ede900282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 21 Jul 2024 13:16:26 +0200 Subject: [PATCH] Minor podman changes --- system/podman.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }; }; }