From 30d01bd63bfb7ae27186d2d90057261a5dbe9caa Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Fri, 20 Dec 2024 13:06:19 +0200 Subject: [PATCH] that apparently killed forgejo-runners? i am re-enabling it now and want to see if pihole really dies from this or if it was just a coincidence --- cluster/virtualisation.mod.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/virtualisation.mod.nix b/cluster/virtualisation.mod.nix index 6be3725..6e89244 100644 --- a/cluster/virtualisation.mod.nix +++ b/cluster/virtualisation.mod.nix @@ -15,7 +15,7 @@ podman = { enable = true; dockerCompat = false; - defaultNetwork.settings.dns_enabled = false; + defaultNetwork.settings.dns_enabled = dns; }; oci-containers.backend = "podman"; };