summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index e14b2a4f..8c76f211 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -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" ];