From 2366154ed35d3d20efaa27638355fb51255e2a43 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 22 Nov 2016 00:29:37 +0300 Subject: sproxy2: added the key parameter --- modules/apps/sproxy2.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/apps') 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; -- cgit v1.2.3