syncthing: expose webgui point

This commit is contained in:
Zynh Ludwig 2024-12-28 06:55:09 -08:00
parent 4a80f7b220
commit 1e4ac80670

View file

@ -13,6 +13,10 @@ in
sops.secrets."syncthing/key" = { };
sops.secrets."syncthing/cert" = { };
networking.firewall.allowedTCPPorts = [
8384 # web gui port
];
services.syncthing =
let dataDir = config.services.syncthing.dataDir;
in {