From 31f7c1116a31a3350f7fa6a6b5fa4fdf4bc9f8cd Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 6 Jul 2023 20:10:47 +0900 Subject: [PATCH] test --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 25087a3d..33775ae7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -55,7 +55,7 @@ enable = true; allowedTCPPorts = [ ]; allowedUDPPorts = [ ]; - networking.interfaces.tailscale0.allowedTCPPorts = [ 22 ]; + interfaces.tailscale0.allowedTCPPorts = [ 22 ]; }; };