diff options
Diffstat (limited to 'modules/apps')
-rw-r--r-- | modules/apps/sproxy2.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/apps/sproxy2.nix b/modules/apps/sproxy2.nix index de95847..da4f0e8 100644 --- a/modules/apps/sproxy2.nix +++ b/modules/apps/sproxy2.nix @@ -128,6 +128,11 @@ in { type = enum [ "error" "warn" "info" "debug" ]; default = "info"; }; + key = mkOption { + description = "File with a key used to sign cookies and state (secret)"; + type = nullOr path; + default = null; + }; database = mkOption { description = "PostgreSQL connection string"; type = nullOr str; |