summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index b9a51443..6af856f5 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -314,6 +314,7 @@ in rec {
314 HOST = "::1"; 314 HOST = "::1";
315 TPRINT_BASEURL = "http://localhost:80/thermoprint/api"; 315 TPRINT_BASEURL = "http://localhost:80/thermoprint/api";
316 APPROOT = "/bar"; 316 APPROOT = "/bar";
317 IP_FROM_HEADER = "true";
317 }; 318 };
318 requires = [ "postgresql.service" ]; 319 requires = [ "postgresql.service" ];
319 wantedBy = [ "default.target" ]; 320 wantedBy = [ "default.target" ];