From cff2611084f0ce8692e77d3695e173e8f47b9272 Mon Sep 17 00:00:00 2001 From: waveringana Date: Wed, 4 Jun 2025 06:44:07 -0400 Subject: [PATCH] why the fuck does this have its ports firewalled off lol --- hosts/morax/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/morax/default.nix b/hosts/morax/default.nix index 72a6d57..bc83091 100644 --- a/hosts/morax/default.nix +++ b/hosts/morax/default.nix @@ -41,6 +41,7 @@ ]; services.technitium-dns-server.enable = true; + services.technitium-dns-server.openFirewall = true; virtualisation.docker = { enable = true;