summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-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;
}