roles/syncthingserver: use guiAddress setting for ExecStart
This commit is contained in:
@@ -74,7 +74,7 @@ in
|
|||||||
args = lib.escapeShellArgs (
|
args = lib.escapeShellArgs (
|
||||||
(lib.cli.toGNUCommandLine { } {
|
(lib.cli.toGNUCommandLine { } {
|
||||||
"no-browser" = true;
|
"no-browser" = true;
|
||||||
"gui-address" = "unix://" + config.services.syncthing.guiAddress;
|
"gui-address" = config.services.syncthing.guiAddress;
|
||||||
"config" = config.services.syncthing.configDir;
|
"config" = config.services.syncthing.configDir;
|
||||||
"data" = config.services.syncthing.databaseDir;
|
"data" = config.services.syncthing.databaseDir;
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user