trezord: don't trigger systemd-udev-settle

wip/yesman
Pavol Rusnak 3 years ago
parent c1bd94854a
commit 01f1773e8e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
  1. 2
      nixos/modules/services/hardware/trezord.nix

@ -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…
Cancel
Save