diff --git a/modules/system.nix b/modules/system.nix index 104532da..1c7e7c0b 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -249,12 +249,10 @@ in }; firewall = { - allowedUDPPorts = - optional phone [ - 67 - 68 - ] - ++ optional allowSRB2Port [ 5029 ]; + allowedUDPPorts = [ + 67 + 68 + ] ++ optional allowSRB2Port [ 5029 ]; allowedTCPPorts = mkIf allowDevPort [ 3000 ]; };