diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index d6392e9..2dd4aeb 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -67,19 +67,6 @@ in { to = 1764; }]; allowedTCPPorts = [ 22 ]; - # interfaces = { - # "tailscale0" = { - # allowedTCPPorts = [ 22 8080 8443 8384 ]; - # allowedTCPPortRanges = [{ - # from = 1714; - # to = 1764; - # }]; - # allowedUDPPortRanges = [{ - # from = 1714; - # to = 1764; - # }]; - # }; - # }; }; };