mirror of
https://github.com/status-im/NimYAML.git
synced 2025-02-15 12:46:24 +00:00
Fixed the NixOS module for webdocs, try 2
This commit is contained in:
parent
fcbeb66476
commit
624cbe59b3
@ -114,7 +114,7 @@
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
serviceConfig.ExecStart = ''
|
||||
${webdocs}/bin/nimyaml-docs-server --address "${cfg.address}" --port ${
|
||||
${webdocs}/bin/nimyaml-docs-server --address="${cfg.address}" --port=${
|
||||
toString cfg.port
|
||||
}'';
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user