diff options
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | }; |