Merge pull request #270004 from Stunkymonkey/libvirtd-add-netcat

This commit is contained in:
Franz Pletz 2023-11-30 21:04:02 +01:00 committed by GitHub
commit 9619439772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,7 +449,7 @@ in
] ++ cfg.extraOptions
);
path = [ cfg.qemu.package ] # libvirtd requires qemu-img to manage disk images
path = [ cfg.qemu.package pkgs.netcat ] # libvirtd requires qemu-img to manage disk images
++ optional vswitch.enable vswitch.package
++ optional cfg.qemu.swtpm.enable cfg.qemu.swtpm.package;