mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-27 21:39:43 +01:00
Pending changes exported from your codespace
This commit is contained in:
parent
ee49487018
commit
f54b93cdff
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in {
|
|||
systemd.services.iptsd = {
|
||||
description = "IPTSD";
|
||||
path = with pkgs; [ iptsd ];
|
||||
script = "iptsd";
|
||||
script = "iptsd $(iptsd-find-hidraw)";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue