Unverified Commit 55d5309b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

nixos/zwave-js: Add more detail to the description of `settings` (#456647)

parents 7b8ffefa b6fd2616
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
@@ -82,8 +82,19 @@ in
      };
      default = { };
      description = ''
        Configuration settings for the generated config
        file.
        Configuration settings for the generated config file.

        This config is combined with the contents of `secretsConfigFile` and
        passed to zwave-js-server via `--config`. The project's README [1]
        states that the config must follow the Z-Wave JS config format [2].

        [1]: https://github.com/zwave-js/zwave-js-server/tree/master
        [2]: https://zwave-js.github.io/node-zwave-js/#/api/driver?id=zwaveoptions

        ::: {.warning}
        Secrets should go in `secretsConfigFile`. The contents of `settings` is
        written to the nix store, which is world-readable.
        :::
      '';
    };