mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Enable qemuSwtpm in libvirtd
This commit is contained in:
@@ -451,7 +451,10 @@ in
|
|||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
libvirtd.enable = true;
|
|
||||||
podman.enable = true;
|
podman.enable = true;
|
||||||
|
libvirtd = {
|
||||||
|
enable = true;
|
||||||
|
qemuSwtpm = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user