Merge pull request #167856 from flokli/libvirt-cloud-hypervisor
This commit is contained in:
commit
1855216204
1 changed files with 4 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue