Add `secret-key-file`
This commit is contained in:
parent
9313a6f10a
commit
7d69953ffb
|
@ -46,6 +46,12 @@ in {
|
|||
description = "Path to a file containing the admin user password.";
|
||||
};
|
||||
|
||||
secret-key-file = mkOption {
|
||||
type = str;
|
||||
description =
|
||||
"Path to a file containing a sceret key used for encryption.";
|
||||
};
|
||||
|
||||
port = mkOption {
|
||||
type = port;
|
||||
description = "Port on which to listen for HTTP requests (on localhost)";
|
||||
|
|
Loading…
Reference in New Issue