diff --git a/modules/nixos/tailscale.nix b/modules/nixos/tailscale.nix index 2cb303a..90c63b2 100644 --- a/modules/nixos/tailscale.nix +++ b/modules/nixos/tailscale.nix @@ -5,26 +5,26 @@ useRoutingFeatures = "both"; extraUpFlags = [ "--ssh" ]; - serve = { - enable = true; - services = { - cloud = { - endpoints = { - "tcp:443" = "https://localhost:3923"; - }; - }; - jellyfin = { - endpoints = { - "tcp:443" = "https://localhost:8096"; - }; - }; - photos = { - endpoints = { - "tcp:443" = "https://localhost:2283"; - }; - }; - }; - }; + # serve = { + # enable = true; + # services = { + # cloud = { + # endpoints = { + # "tcp:443" = "https://localhost:3923"; + # }; + # }; + # jellyfin = { + # endpoints = { + # "tcp:443" = "https://localhost:8096"; + # }; + # }; + # photos = { + # endpoints = { + # "tcp:443" = "https://localhost:2283"; + # }; + # }; + # }; + # }; }; networking = {