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