nixos/xandikos: update listen-address parameter
This commit is contained in:
parent
3b5a1e4591
commit
71a137a297
@ -122,7 +122,7 @@ in
|
|||||||
ExecStart = ''
|
ExecStart = ''
|
||||||
${cfg.package}/bin/xandikos \
|
${cfg.package}/bin/xandikos \
|
||||||
--directory /var/lib/xandikos \
|
--directory /var/lib/xandikos \
|
||||||
--listen_address ${cfg.address} \
|
--listen-address ${cfg.address} \
|
||||||
--port ${toString cfg.port} \
|
--port ${toString cfg.port} \
|
||||||
--route-prefix ${cfg.routePrefix} \
|
--route-prefix ${cfg.routePrefix} \
|
||||||
${lib.concatStringsSep " " cfg.extraOptions}
|
${lib.concatStringsSep " " cfg.extraOptions}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user