diff --git a/nixos/hosts/quitman-rpi4/default.nix b/nixos/hosts/quitman-rpi4/default.nix index 6a49156b..750553ac 100644 --- a/nixos/hosts/quitman-rpi4/default.nix +++ b/nixos/hosts/quitman-rpi4/default.nix @@ -58,5 +58,4 @@ "--advertise-routes=192.168.68.0/22" ]; boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; }; - networking.firewall.allowedTCPPorts = [ 22 ]; }