diff options
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" ]; |