Enable qemuSwtpm in libvirtd

This commit is contained in:
Dave Gallant
2025-03-08 23:49:07 -05:00
parent ad4aeb47cf
commit 422ebbe491

View File

@@ -451,7 +451,10 @@ in
virtualisation = {
docker.enable = true;
libvirtd.enable = true;
podman.enable = true;
libvirtd = {
enable = true;
qemuSwtpm = true;
};
};
}