diff options
author | Freya Murphy <freya@freyacat.org> | 2025-09-11 11:29:09 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-09-11 11:29:09 -0400 |
commit | 144ffd743aab37ee02567c9fcf4bd9570a7ab48b (patch) | |
tree | 7eaeacc9378693a94e3bcb646b6867051a2b30da | |
parent | add tpm support (diff) | |
download | dotfiles-nix-144ffd743aab37ee02567c9fcf4bd9570a7ab48b.tar.gz dotfiles-nix-144ffd743aab37ee02567c9fcf4bd9570a7ab48b.tar.bz2 dotfiles-nix-144ffd743aab37ee02567c9fcf4bd9570a7ab48b.zip |
shinji: enable tpm and vms
-rw-r--r-- | hosts/shinji/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |