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";
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 = {