fix
This commit is contained in:
parent
5c6bb2745d
commit
21c5e76082
|
@ -1,7 +1,12 @@
|
||||||
{
|
let
|
||||||
|
guiPort = 8384;
|
||||||
|
in {
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemService = true;
|
systemService = true;
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
|
guiAddress = "0.0.0.0:${guiPort}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [guiPort];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue