forked from Zynh0722/permafrost
syncthing: expose webgui point
This commit is contained in:
parent
4a80f7b220
commit
1e4ac80670
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ in
|
||||||
sops.secrets."syncthing/key" = { };
|
sops.secrets."syncthing/key" = { };
|
||||||
sops.secrets."syncthing/cert" = { };
|
sops.secrets."syncthing/cert" = { };
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
8384 # web gui port
|
||||||
|
];
|
||||||
|
|
||||||
services.syncthing =
|
services.syncthing =
|
||||||
let dataDir = config.services.syncthing.dataDir;
|
let dataDir = config.services.syncthing.dataDir;
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue