summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-10-17 23:43:45 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-10-17 23:43:45 +0200
commit445c3cc60ee4c84fb352e219c55b8e7f5bcf5799 (patch)
tree35f9a7c7089bd872c4a407b69e3ebbb998da7c3a /bragi.nix
parent3ec79cd7ec012b9caba27ef057a2e3771f607788 (diff)
downloadnixos-445c3cc60ee4c84fb352e219c55b8e7f5bcf5799.tar
nixos-445c3cc60ee4c84fb352e219c55b8e7f5bcf5799.tar.gz
nixos-445c3cc60ee4c84fb352e219c55b8e7f5bcf5799.tar.bz2
nixos-445c3cc60ee4c84fb352e219c55b8e7f5bcf5799.tar.xz
nixos-445c3cc60ee4c84fb352e219c55b8e7f5bcf5799.zip
syntax
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/bragi.nix b/bragi.nix
index fb2b5876..70b339ba 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -246,9 +246,9 @@ in rec {
246 systemd.services."thermoprint" = { 246 systemd.services."thermoprint" = {
247 serviceConfig = { 247 serviceConfig = {
248 Type = "simple"; 248 Type = "simple";
249 ExecStart = ''${thermoprint-servant}/bin/thermoprint --database ${users.users."thermoprint".home}/database.sqlite /dev/usb/lp0''; 249 ExecStart = ''${thermoprint-servant}/bin/thermoprint --database ${users.extraUsers."thermoprint".home}/database.sqlite /dev/usb/lp0'';
250 User = users.users."thermoprint".name; 250 User = users.extraUsers."thermoprint".name;
251 Group = users.users."thermoprint".group; 251 Group = users.extraUsers."thermoprint".group;
252 }; 252 };
253 }; 253 };
254} 254}