summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-09-11 11:29:09 -0400
committerFreya Murphy <freya@freyacat.org>2025-09-11 11:29:09 -0400
commit144ffd743aab37ee02567c9fcf4bd9570a7ab48b (patch)
tree7eaeacc9378693a94e3bcb646b6867051a2b30da
parentadd tpm support (diff)
downloaddotfiles-nix-144ffd743aab37ee02567c9fcf4bd9570a7ab48b.tar.gz
dotfiles-nix-144ffd743aab37ee02567c9fcf4bd9570a7ab48b.tar.bz2
dotfiles-nix-144ffd743aab37ee02567c9fcf4bd9570a7ab48b.zip
shinji: enable tpm and vms
-rw-r--r--hosts/shinji/default.nix2
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;
}