tailscale: Disable serve
This commit is contained in:
parent
c7c1f6f2cf
commit
5a402ad1ab
1 changed files with 20 additions and 20 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue