From 72700ac671982dba43737e63a5a568feba81efbc Mon Sep 17 00:00:00 2001 From: sid Date: Sun, 19 Apr 2026 01:20:46 +0200 Subject: [PATCH] sid: open port 53 --- hosts/sid/services/coredns.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/sid/services/coredns.nix b/hosts/sid/services/coredns.nix index 16d1ed2..df9b3bb 100644 --- a/hosts/sid/services/coredns.nix +++ b/hosts/sid/services/coredns.nix @@ -29,4 +29,7 @@ } ''; }; + + networking.firewall.allowedUDPPorts = [ 53 ]; + networking.firewall.allowedTCPPorts = [ 53 ]; }