services/syncthing: setup correct guiAddress
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled

This commit is contained in:
Cilly Leang 2026-06-06 20:35:10 +10:00
parent 72078aad6c
commit 1ad05857b7
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -18,6 +18,6 @@ in
group = "users";
dataDir = "/persist/shared/.syncthing/data";
configDir = "/persist/shared/.syncthing/config";
guiAddress = if config.me.gui then "127.0.0.1:8384" else "";
guiAddress = if config.me.gui then "127.0.0.1:8384" else ":8384";
};
}