Unverified Commit 09e8f57c authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

nixos/libvirt-guests: remove unexpected service dependency on libvirtd.service (#485146)

parents 3507b82f a21ce409
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -573,7 +573,6 @@ in

    systemd.services.libvirt-guests = {
      wantedBy = [ "multi-user.target" ];
      requires = [ "libvirtd.service" ];
      after = [ "libvirtd.service" ];
      path = with pkgs; [
        coreutils