From 74c85961df11e9bb6cd7e1238a4c5f82b9960b47 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Thu, 13 Apr 2023 06:58:47 +0200 Subject: [PATCH] podman fix --- hosts/lkk-nix-1/services/container.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/lkk-nix-1/services/container.nix b/hosts/lkk-nix-1/services/container.nix index 8158f80..bd61208 100644 --- a/hosts/lkk-nix-1/services/container.nix +++ b/hosts/lkk-nix-1/services/container.nix @@ -6,6 +6,7 @@ virtualisation.podman = { enable = true; defaultNetwork.settings = { dns_enabled = true; }; + networkSocket.openFirewall = true; }; virtualisation.oci-containers.backend = "podman"; }