modules/libvirt/default.nix

This commit is contained in:
2025-08-02 00:30:43 +02:00
parent 6bcb728822
commit 7bb1f17bcf

View File

@@ -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 = {