We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbc4b1 commit ef133efCopy full SHA for ef133ef
nixos/modules/services/web-apps/galene.nix
@@ -152,7 +152,7 @@ in
152
WorkingDirectory = cfg.stateDir;
153
ExecStart = ''${cfg.package}/bin/galene \
154
${optionalString (cfg.insecure) "-insecure"} \
155
- -http ${cfg.httpAddress}:${cfg.httpPort} \
+ -http ${cfg.httpAddress}:${toString cfg.httpPort} \
156
-turn ${cfg.turnAddress} \
157
-data ${cfg.dataDir} \
158
-groups ${cfg.groupsDir} \
0 commit comments