From eafdade3daf78243b9aec99727a7d98c7e564370 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 15 Sep 2023 17:14:19 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-rpi4-01/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-rpi4-01/default.nix b/nixos/hosts/nixos-rpi4-01/default.nix index f047f5fb..1ff449ed 100644 --- a/nixos/hosts/nixos-rpi4-01/default.nix +++ b/nixos/hosts/nixos-rpi4-01/default.nix @@ -40,5 +40,8 @@ # Generic Tailscale configs are in /nixos/common/services/tailscale.nix services.tailscale.authKeyFile = "/run/secrets/nixos-rpi4-01_tailscale_key"; - services.openssh.openFirewall = true; + + # Temporary + networking.firewall.allowedTCPPorts = [ 22 ]; + } \ No newline at end of file