nixos/trackpoint: fix regression introduced with 9b29bc0010
This commit is contained in:
parent
8bb443b2b8
commit
385f014367
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
'';
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue