Add `secret-key-file`

This commit is contained in:
niten 2023-12-10 10:32:13 -08:00
parent 9313a6f10a
commit 7d69953ffb
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ in {
description = "Path to a file containing the admin user password."; 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 { port = mkOption {
type = port; type = port;
description = "Port on which to listen for HTTP requests (on localhost)"; description = "Port on which to listen for HTTP requests (on localhost)";