porcorosso: enable swtpm and secure boot OVMF

This commit is contained in:
Luke Granger-Brown 2022-08-19 19:55:03 +01:00
parent e917fa122d
commit bd37aaa161

View file

@ -113,6 +113,12 @@ in {
# Enable libvirtd.
virtualisation.libvirtd = {
enable = true;
qemu = {
swtpm.enable = true;
ovmf.packages = [
pkgs.OVMFFull.fd
];
};
};
security.polkit.enable = true;