tailscale: Disable serve

This commit is contained in:
Jan Kremer 2026-02-05 14:17:55 +01:00
parent c7c1f6f2cf
commit 5a402ad1ab
No known key found for this signature in database

View file

@ -5,26 +5,26 @@
useRoutingFeatures = "both"; useRoutingFeatures = "both";
extraUpFlags = [ "--ssh" ]; extraUpFlags = [ "--ssh" ];
serve = { # serve = {
enable = true; # enable = true;
services = { # services = {
cloud = { # cloud = {
endpoints = { # endpoints = {
"tcp:443" = "https://localhost:3923"; # "tcp:443" = "https://localhost:3923";
}; # };
}; # };
jellyfin = { # jellyfin = {
endpoints = { # endpoints = {
"tcp:443" = "https://localhost:8096"; # "tcp:443" = "https://localhost:8096";
}; # };
}; # };
photos = { # photos = {
endpoints = { # endpoints = {
"tcp:443" = "https://localhost:2283"; # "tcp:443" = "https://localhost:2283";
}; # };
}; # };
}; # };
}; # };
}; };
networking = { networking = {