mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
enable qemu.swtpm
This commit is contained in:
parent
842e6575e1
commit
a7f5c868e1
1 changed files with 6 additions and 1 deletions
|
|
@ -234,7 +234,12 @@ in
|
|||
programs.java.enable = true;
|
||||
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
swtpm.enable = true;
|
||||
};
|
||||
};
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue