From c78505aa09e4eb801c69cb4009b5246d86830b40 Mon Sep 17 00:00:00 2001 From: k Date: Wed, 3 Dec 2025 12:39:39 -0500 Subject: [PATCH] enable virt --- hosts/laptop/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 9eb460a..2f83a4f 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -144,6 +144,12 @@ programs = { zsh.enable = true; + virt-manager.enable = true; + }; + + virtualisation = { + libvirtd = {enable = true;}; + kvmgt = {enable = true;}; }; users.users.k = {