tmp-libvirtd

This commit is contained in:
nora 2025-02-02 14:28:08 +01:00
parent 0e7cc0f648
commit d8e176e1e2

View file

@ -322,7 +322,9 @@ in
libvirtd = { libvirtd = {
enable = true; enable = true;
qemu = { qemu = {
# enable TPM emulation
swtpm.enable = true; swtpm.enable = true;
ovmf.packages = [ pkgs.IVMFFull.fd ];
}; };
}; };
podman = { podman = {