nixos/xandikos: update listen-address parameter

This commit is contained in:
0x4A6F 2020-05-08 18:19:32 +02:00
parent 3b5a1e4591
commit 71a137a297
No known key found for this signature in database
GPG Key ID: 8DEDBA5BE07080E1

View File

@ -122,7 +122,7 @@ in
ExecStart = ''
${cfg.package}/bin/xandikos \
--directory /var/lib/xandikos \
--listen_address ${cfg.address} \
--listen-address ${cfg.address} \
--port ${toString cfg.port} \
--route-prefix ${cfg.routePrefix} \
${lib.concatStringsSep " " cfg.extraOptions}