diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-30 10:37:14 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-30 10:37:14 +0200 |
| commit | 40ac685eab4bf7c6f220c24206e624045700c5c6 (patch) | |
| tree | bc3f4556ef5308c29a6383619a6b14d94faf5da1 | |
| parent | 1d871fd2ef2110e82b0f692c95ab1c193d0bf6ae (diff) | |
| download | nixos-40ac685eab4bf7c6f220c24206e624045700c5c6.tar nixos-40ac685eab4bf7c6f220c24206e624045700c5c6.tar.gz nixos-40ac685eab4bf7c6f220c24206e624045700c5c6.tar.bz2 nixos-40ac685eab4bf7c6f220c24206e624045700c5c6.tar.xz nixos-40ac685eab4bf7c6f220c24206e624045700c5c6.zip | |
fix string issue
| -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" ]; |
