modules/libvirt/default.nix
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
package = pkgs.qemu_full;
|
||||
package = pkgs.qemu_full.override {
|
||||
cephSupport = false;
|
||||
};
|
||||
runAsRoot = true;
|
||||
swtpm.enable = true;
|
||||
ovmf = {
|
||||
|
||||
Reference in New Issue
Block a user