diff options
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -296,7 +296,7 @@ in rec { | |||
296 | 296 | ||
297 | systemd.services."thermoprint" = { | 297 | systemd.services."thermoprint" = { |
298 | environment = { | 298 | environment = { |
299 | THERMOPRINT_CONFIG = ./bragi/thermoprint-server; | 299 | THERMOPRINT_CONFIG = "${./bragi/thermoprint-server}"; |
300 | THERMOPRINT_CACHE = "${users.extraUsers."thermoprint".home}/dyre"; | 300 | THERMOPRINT_CACHE = "${users.extraUsers."thermoprint".home}/dyre"; |
301 | }; | 301 | }; |
302 | requires = [ "postgresql.service" ]; | 302 | requires = [ "postgresql.service" ]; |