roles/syncthingserver: guiPort -> cfg.guiPort
This commit is contained in:
@@ -36,7 +36,7 @@ in
|
||||
enable = true;
|
||||
relay.enable = true;
|
||||
|
||||
guiAddress = "${cfg.guiInterface}:${toString guiPort}";
|
||||
guiAddress = "${cfg.guiInterface}:${toString cfg.guiPort}";
|
||||
|
||||
dataDir = "/mnt/data/syncthing";
|
||||
|
||||
|
Reference in New Issue
Block a user