1
0
Fork 0
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:
buttergrillcorn 2023-06-20 11:58:09 +00:00
parent ee49487018
commit f54b93cdff

View file

@ -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" ];
};
})