summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/bar-service.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/bar-service.nix b/custom/bar-service.nix
index 31ae718e..9dc92b8f 100644
--- a/custom/bar-service.nix
+++ b/custom/bar-service.nix
@@ -94,7 +94,7 @@ in {
94 PORT = cfg.port; 94 PORT = cfg.port;
95 HOST = cfg.host; 95 HOST = cfg.host;
96 APPROOT = cfg.approot; 96 APPROOT = cfg.approot;
97 IP_FROM_HEADER = cfg.ipFromHeader; 97 IP_FROM_HEADER = toString cfg.ipFromHeader;
98 TPRINT_BASEURL = mkIf (cfg.thermoprintBaseURL != null) cfg.thermoprintBaseURL; 98 TPRINT_BASEURL = mkIf (cfg.thermoprintBaseURL != null) cfg.thermoprintBaseURL;
99 }; 99 };
100 100