From 422ebbe49111f596b5ade51c5489e6326eff45f3 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 8 Mar 2025 23:49:07 -0500 Subject: [PATCH] Enable qemuSwtpm in libvirtd --- machines/hephaestus/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 243ae1c..e436a4b 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -451,7 +451,10 @@ in virtualisation = { docker.enable = true; - libvirtd.enable = true; podman.enable = true; + libvirtd = { + enable = true; + qemuSwtpm = true; + }; }; }