From 57605fd0e27966e0842ae2df1c38e095f96241bc Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 2 Jul 2023 17:14:19 +0900 Subject: [PATCH] test --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e4e0fc66..ec7b2b94 100644 --- a/configuration.nix +++ b/configuration.nix @@ -54,7 +54,7 @@ enable = true; allowedTCPPorts = [ ]; allowedUDPPorts = [ ]; - trustedInterfaces = "tailscale0"; + trustedInterfaces = [ "tailscale0" ]; }; };