From dfb70c1287fe13afc24fa8ed3686c61511422ad9 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Mon, 15 Sep 2025 22:34:23 +0200 Subject: [PATCH] Allow ports needed for pixiecore --- hosts/copper/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/copper/configuration.nix b/hosts/copper/configuration.nix index d36934a..841d390 100644 --- a/hosts/copper/configuration.nix +++ b/hosts/copper/configuration.nix @@ -20,8 +20,8 @@ #"192.0.2.1" = ["example.com"]; } ); - firewall.interfaces.virbr0.allowedTCPPorts = [ 53 ]; - firewall.interfaces.virbr0.allowedUDPPorts = [ 53 67 ]; + firewall.interfaces.virbr0.allowedTCPPorts = [ 53 64172 ]; + firewall.interfaces.virbr0.allowedUDPPorts = [ 53 67 69 4011 ]; }; zramSwap = {