Unverified Commit 241f922d authored by K900's avatar K900 Committed by GitHub
Browse files

nixos/galene: fix type error (#370556)

parents abbb32a0 ef133efd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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} \