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