porcorosso: enable swtpm and secure boot OVMF
This commit is contained in:
parent
e917fa122d
commit
bd37aaa161
1 changed files with 6 additions and 0 deletions
|
@ -113,6 +113,12 @@ in {
|
|||
# Enable libvirtd.
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
swtpm.enable = true;
|
||||
ovmf.packages = [
|
||||
pkgs.OVMFFull.fd
|
||||
];
|
||||
};
|
||||
};
|
||||
security.polkit.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue