alyssum/home.syncthing: fixup conf
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
907f2cabca
commit
6c80606b7e
1 changed files with 8 additions and 6 deletions
|
|
@ -20,12 +20,14 @@ let
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
guiAddress = "[::]:${toString port}";
|
guiAddress = "[::]:${toString port}";
|
||||||
options.listenAddresses = [
|
settings = {
|
||||||
"tcp://0.0.0.0:2${toString port}"
|
options.listenAddresses = [
|
||||||
"quic://0.0.0.0:2${toString port}"
|
"tcp://0.0.0.0:2${toString port}"
|
||||||
"dynamic+https://relays.syncthing.net/endpoint"
|
"quic://0.0.0.0:2${toString port}"
|
||||||
];
|
"dynamic+https://relays.syncthing.net/endpoint"
|
||||||
settings.defaults.folder.path = "/flower/syncthing/${user}";
|
];
|
||||||
|
defaults.folder.path = "/flower/syncthing/${user}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue