summaryrefslogtreecommitdiff
path: root/hosts/nixedo
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nixedo')
-rw-r--r--hosts/nixedo/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/nixedo/default.nix b/hosts/nixedo/default.nix
index 94b253a..3d89d87 100644
--- a/hosts/nixedo/default.nix
+++ b/hosts/nixedo/default.nix
@@ -74,5 +74,9 @@
tailor-gui.enable = true;
};
+ virtualisation = {
+ libvirtd.enable = true;
+ };
+
system.stateVersion = "24.05";
}