mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
trezord: don't trigger systemd-udev-settle
This commit is contained in:
parent
c1bd94854a
commit
01f1773e8e
@ -48,7 +48,7 @@ in {
|
||||
|
||||
systemd.services.trezord = {
|
||||
description = "Trezor Bridge";
|
||||
after = [ "systemd-udev-settle.service" "network.target" ];
|
||||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [];
|
||||
serviceConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user