nixos/galene: fix type error

This commit is contained in:
K900
2025-01-03 14:03:45 +03:00
parent dbbc4b1b28
commit ef133efd71
+1 -1
View File
@@ -152,7 +152,7 @@ in
WorkingDirectory = cfg.stateDir;
ExecStart = ''${cfg.package}/bin/galene \
${optionalString (cfg.insecure) "-insecure"} \
-http ${cfg.httpAddress}:${cfg.httpPort} \
-http ${cfg.httpAddress}:${toString cfg.httpPort} \
-turn ${cfg.turnAddress} \
-data ${cfg.dataDir} \
-groups ${cfg.groupsDir} \