summaryrefslogtreecommitdiff
path: root/modules/virt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/virt.nix')
-rw-r--r--modules/virt.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/virt.nix b/modules/virt.nix
index feb27c7..597b957 100644
--- a/modules/virt.nix
+++ b/modules/virt.nix
@@ -22,8 +22,6 @@ in
qemu = {
swtpm.enable = true;
vhostUserPackages = with pkgs; [ virtiofsd ];
- ovmf.enable = true;
- ovmf.packages = [ pkgs.OVMFFull.fd ];
};
};
};