nixos/libvirt-guests: remove unexpected service dependency on libvirtd.service (#485146)
This commit is contained in:
@@ -573,7 +573,6 @@ in
|
||||
|
||||
systemd.services.libvirt-guests = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
requires = [ "libvirtd.service" ];
|
||||
after = [ "libvirtd.service" ];
|
||||
path = with pkgs; [
|
||||
coreutils
|
||||
|
||||
Reference in New Issue
Block a user