summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/workstation/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix
index 34d17b9..2553566 100644
--- a/hosts/workstation/default.nix
+++ b/hosts/workstation/default.nix
@@ -87,5 +87,9 @@
environment.systemPackages = with pkgs; [ clinfo ];
+ virtualisation = {
+ libvirtd.enable = true;
+ };
+
system.stateVersion = "24.05";
}