alyssum/home.syncthing: add host to gui address
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 19:58:03 +10:00
parent 9a821fda94
commit 63d9d6b004
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -15,7 +15,7 @@
}; };
services.syncthing = { services.syncthing = {
enable = true; enable = true;
guiAddress = ":8385"; guiAddress = "[::]:8385";
}; };
}; };
} }