nixos/trackpoint: fix regression introduced with 9b29bc0010

This commit is contained in:
Eike Frost 2024-01-13 03:46:53 +01:00
parent 8bb443b2b8
commit 385f014367

View file

@ -88,7 +88,7 @@ with lib;
serviceConfig.Type = "oneshot";
serviceConfig.RemainAfterExit = true;
serviceConfig.ExecStart = ''
${config.systemd.package}/bin/udevadm trigger --attr-match=name="${cfg.device}
${config.systemd.package}/bin/udevadm trigger --attr-match=name="${cfg.device}"
'';
};
})