roles/syncthingserver: whitelist Tailscale domain for GUI

This commit is contained in:
2025-07-27 01:36:50 -07:00
parent ad57912bbb
commit 47c67c31c3

View File

@@ -35,6 +35,12 @@ in
settings = {
# don't accept tracking
options.urAccepted = -1;
gui = {
enabled = true;
theme = "default";
domain = "tail755c5.ts.net";
};
};
};