From 17f2c5ba71f4a7cd9b19b593aea55fd78f6aaea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 22 Oct 2022 02:14:41 +0200 Subject: [PATCH] nixos/changedetection-io: fix container having no network --- nixos/modules/services/web-apps/changedetection-io.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/web-apps/changedetection-io.nix b/nixos/modules/services/web-apps/changedetection-io.nix index 83d8b32c0c83..f6452001a6a2 100644 --- a/nixos/modules/services/web-apps/changedetection-io.nix +++ b/nixos/modules/services/web-apps/changedetection-io.nix @@ -213,6 +213,7 @@ in }; }) ]; + podman.defaultNetwork.dnsname.enable = true; }; }; }