mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-23 10:09:44 +01:00
Update default.nix
This commit is contained in:
parent
429f232fe1
commit
ef7a2674a7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in {
|
||||||
systemd.services.iptsd = {
|
systemd.services.iptsd = {
|
||||||
description = "IPTSD";
|
description = "IPTSD";
|
||||||
path = with pkgs; [ iptsd ];
|
path = with pkgs; [ iptsd ];
|
||||||
script = "iptsd";
|
script = "iptsd $(iptsd-find-hidraw)";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue