diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-17 20:16:44 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-17 20:16:44 +0200 |
commit | 2e1e618cec51e70c059796906e3a1b32c3fdcb86 (patch) | |
tree | 1bb36f36914b83d67df43633c52a1c445e4e9ff6 | |
parent | 2fb55a784d0450d06ff12705d002456c41508400 (diff) | |
download | nixos-2e1e618cec51e70c059796906e3a1b32c3fdcb86.tar nixos-2e1e618cec51e70c059796906e3a1b32c3fdcb86.tar.gz nixos-2e1e618cec51e70c059796906e3a1b32c3fdcb86.tar.bz2 nixos-2e1e618cec51e70c059796906e3a1b32c3fdcb86.tar.xz nixos-2e1e618cec51e70c059796906e3a1b32c3fdcb86.zip |
we need the correct filename
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -275,7 +275,7 @@ in rec { | |||
275 | home = "/var/lib/thermoprint"; | 275 | home = "/var/lib/thermoprint"; |
276 | }; | 276 | }; |
277 | 277 | ||
278 | environment.etc."thermoprint-server/config.hs" = { | 278 | environment.etc."thermoprint-server/thermoprint-server.hs" = { |
279 | text = '' | 279 | text = '' |
280 | {-# LANGUAGE OverloadedStrings #-} | 280 | {-# LANGUAGE OverloadedStrings #-} |
281 | {-# LANGUAGE ImpredicativeTypes #-} | 281 | {-# LANGUAGE ImpredicativeTypes #-} |