summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/bar-service.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/custom/bar-service.nix b/custom/bar-service.nix
index 67e1fc60..31ae718e 100644
--- a/custom/bar-service.nix
+++ b/custom/bar-service.nix
@@ -44,6 +44,12 @@ in {
44 description = "Subdirectory of the daemon-managed site relative to HTTP /; only useful when using a reverse proxy"; 44 description = "Subdirectory of the daemon-managed site relative to HTTP /; only useful when using a reverse proxy";
45 }; 45 };
46 46
47 ipFromHeader = mkOption {
48 type = types.bool;
49 default = false;
50 description = "Determine IP from a HTTP header";
51 };
52
47 thermoprintBaseURL = mkOption { 53 thermoprintBaseURL = mkOption {
48 type = with types; nullOr types.str; 54 type = with types; nullOr types.str;
49 default = null; 55 default = null;