From b7f302b9ae689ed9d338ed0aba40bb1281a830d2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 7 Oct 2023 21:05:56 +0900 Subject: [PATCH] Test --- nixos/hosts/nixos-rpi4-03/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-rpi4-03/default.nix b/nixos/hosts/nixos-rpi4-03/default.nix index 205ea75e..043bea0a 100644 --- a/nixos/hosts/nixos-rpi4-03/default.nix +++ b/nixos/hosts/nixos-rpi4-03/default.nix @@ -51,7 +51,7 @@ boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; }; # Temporary - # networking.firewall.allowedTCPPorts = [ 22 ]; + networking.firewall.allowedTCPPorts = [ 22 ]; networking.firewall.allowedUDPPorts = [ 51820 ]; # Set up the secrets file: