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";
|
||||
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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue