alyssum/home.syncthing: don't override devices and folders
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled

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

View file

@ -20,6 +20,8 @@ let
services.syncthing = {
enable = true;
guiAddress = "[::]:${toString port}";
overrideDevices = false;
overrideFolders = false;
settings = {
options.listenAddresses = [
"tcp://0.0.0.0:2${toString port}"