Fix some stupid

This commit is contained in:
caem 2024-06-28 00:52:58 +02:00
parent 1eb3b63c80
commit d20f4b946d
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 6 additions and 20 deletions

View file

@ -1,21 +1,7 @@
{ pkgs, ... }:
{ ... }:
{
virtualisation.libvirtd = {
enable = true;
qemu = {
package = pkgs.qemu_kvm;
runAsRoot = true;
swtpm.enable = true;
ovmf = {
enable = true;
packages = [(pkgs.OVMF.override {
secureBoot = true;
tpmSupport = true;
}).fd];
};
};
};
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
}