From c0c288b70b6da05dd22cde0247d4ba43f31f5dd6 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 1 Mar 2021 13:50:29 +0100 Subject: [PATCH] nixos/libvirtd: remove systemd-udev-settle This dependency has been added in 65eae4d, when NixOS switched to systemd, as a substitute for the previous udevtrigger and hasn't been touched since. It's probably unneeded as the upstream unit[1] doesn't do it and I haven't found any mention of any problem in NixOS or the upstream issue trackers. [1]: https://gitlab.com/libvirt/libvirt/-/blob/master/src/remote/libvirtd.service.in --- nixos/modules/virtualisation/libvirtd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/virtualisation/libvirtd.nix b/nixos/modules/virtualisation/libvirtd.nix index 1d6a9457dde..6357baf29e0 100644 --- a/nixos/modules/virtualisation/libvirtd.nix +++ b/nixos/modules/virtualisation/libvirtd.nix @@ -213,7 +213,7 @@ in { systemd.services.libvirtd = { requires = [ "libvirtd-config.service" ]; - after = [ "systemd-udev-settle.service" "libvirtd-config.service" ] + after = [ "libvirtd-config.service" ] ++ optional vswitch.enable "ovs-vswitchd.service"; environment.LIBVIRTD_ARGS = escapeShellArgs (