enable qemu.swtpm

This commit is contained in:
nora 2023-11-30 21:10:56 +01:00
parent dcbc52e422
commit bf28eb50c5

View file

@ -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;