diff --git a/system/nixos/arion.nix b/system/nixos/arion.nix index 5eb4936..a278e9c 100644 --- a/system/nixos/arion.nix +++ b/system/nixos/arion.nix @@ -54,7 +54,7 @@ }; networking.firewall.interfaces."podman+" = { - allowedUDPPorts = [ 53 ]; - allowedTCPPorts = [ 53 ]; + allowedUDPPorts = [ 53 443 ]; + allowedTCPPorts = [ 53 443 ]; }; }