diff options
-rw-r--r-- | custom/bar-service.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/bar-service.nix b/custom/bar-service.nix index 9dc92b8f..4898a35c 100644 --- a/custom/bar-service.nix +++ b/custom/bar-service.nix | |||
@@ -91,7 +91,7 @@ in { | |||
91 | 91 | ||
92 | systemd.services."bar" = { | 92 | systemd.services."bar" = { |
93 | environment = { | 93 | environment = { |
94 | PORT = cfg.port; | 94 | PORT = toString cfg.port; |
95 | HOST = cfg.host; | 95 | HOST = cfg.host; |
96 | APPROOT = cfg.approot; | 96 | APPROOT = cfg.approot; |
97 | IP_FROM_HEADER = toString cfg.ipFromHeader; | 97 | IP_FROM_HEADER = toString cfg.ipFromHeader; |