Merge pull request #167856 from flokli/libvirt-cloud-hypervisor

This commit is contained in:
Bernardo Meurer 2022-04-08 07:56:55 -07:00 committed by GitHub
commit 1855216204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -344,6 +344,10 @@ in
restartIfChanged = false;
};
systemd.services.virtchd = {
path = [ pkgs.cloud-hypervisor ];
};
systemd.services.libvirt-guests = {
wantedBy = [ "multi-user.target" ];
path = with pkgs; [ coreutils gawk cfg.package ];