alyssum/home.syncthing: fixup conf
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-17 21:15:22 +10:00
parent 907f2cabca
commit 6c80606b7e
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -20,12 +20,14 @@ let
services.syncthing = {
enable = true;
guiAddress = "[::]:${toString port}";
options.listenAddresses = [
"tcp://0.0.0.0:2${toString port}"
"quic://0.0.0.0:2${toString port}"
"dynamic+https://relays.syncthing.net/endpoint"
];
settings.defaults.folder.path = "/flower/syncthing/${user}";
settings = {
options.listenAddresses = [
"tcp://0.0.0.0:2${toString port}"
"quic://0.0.0.0:2${toString port}"
"dynamic+https://relays.syncthing.net/endpoint"
];
defaults.folder.path = "/flower/syncthing/${user}";
};
};
};
};