From dd46a88ebc351ffe94231e55e07b8b2aefd98b00 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 17 Oct 2015 22:31:36 +0200 Subject: thermoprint fix --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index 554fe9fc..f0d403c2 100644 --- a/bragi.nix +++ b/bragi.nix @@ -253,7 +253,7 @@ in { systemd.services."thermoprint" = { serviceConfig = { Type = "simple"; - ExecStart = ''${thermoprint-servant}/bin/thermoprint --database /var/thermoprint/database.sqlite''; + ExecStart = ''${thermoprint-servant}/bin/thermoprint --database /var/thermoprint/database.sqlite /dev/usb/lp0''; User = "thermoprint"; Group = "lp"; }; -- cgit v1.2.3