mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
tmp-libvirtd
This commit is contained in:
parent
0e7cc0f648
commit
d8e176e1e2
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue