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 554fe9fc..f0d403c2 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -253,7 +253,7 @@ in {
253 systemd.services."thermoprint" = { 253 systemd.services."thermoprint" = {
254 serviceConfig = { 254 serviceConfig = {
255 Type = "simple"; 255 Type = "simple";
256 ExecStart = ''${thermoprint-servant}/bin/thermoprint --database /var/thermoprint/database.sqlite''; 256 ExecStart = ''${thermoprint-servant}/bin/thermoprint --database /var/thermoprint/database.sqlite /dev/usb/lp0'';
257 User = "thermoprint"; 257 User = "thermoprint";
258 Group = "lp"; 258 Group = "lp";
259 }; 259 };