From f54b93cdffc689a9f6509b89597a83a00d3a8173 Mon Sep 17 00:00:00 2001 From: buttergrillcorn <126628446+buttergrillcorn@users.noreply.github.com> Date: Tue, 20 Jun 2023 11:58:09 +0000 Subject: [PATCH] Pending changes exported from your codespace --- microsoft/surface/common/ipts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft/surface/common/ipts/default.nix b/microsoft/surface/common/ipts/default.nix index 4faf49e..4d19aa0 100644 --- a/microsoft/surface/common/ipts/default.nix +++ b/microsoft/surface/common/ipts/default.nix @@ -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" ]; }; })