From 406e2672cd7cc24c0fe13d76fa16b57fb6c46573 Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 12 Dec 2024 02:48:28 +0100 Subject: [PATCH] Update quitman-rpi4 ssh port --- nixos/hosts/quitman-rpi4/default.nix | 1 - 1 file changed, 1 deletion(-) 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 ]; }