From 144ffd743aab37ee02567c9fcf4bd9570a7ab48b Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 11 Sep 2025 11:29:09 -0400 Subject: shinji: enable tpm and vms --- hosts/shinji/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 4be3de3..108f8f6 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -75,10 +75,12 @@ }; virt = { docker = true; + qemu = true; }; # modules battery = true; bluetooth = true; network = true; + tpm = true; } -- cgit v1.2.3-freya