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 bb31a2c5..c3658995 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -312,6 +312,7 @@ in rec {
312 environment = { 312 environment = {
313 PORT = "8082"; 313 PORT = "8082";
314 HOST = "::1"; 314 HOST = "::1";
315 TPRINT_BASEURL = "http://localhost:80/thermoprint/api";
315 }; 316 };
316 requires = [ "postgresql.service" ]; 317 requires = [ "postgresql.service" ];
317 wantedBy = [ "default.target" ]; 318 wantedBy = [ "default.target" ];