From b5bd1392e42b49f9b7ca7e09fe6bfefa6d63fa34 Mon Sep 17 00:00:00 2001 From: Aditya Date: Thu, 25 May 2023 19:29:49 +0530 Subject: [PATCH] add libvirt --- configuration.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index dcb7f56..99880bc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -116,10 +116,19 @@ packages = with pkgs; [ firefox kate - # thunderbird + vim + libvirt + spice-gtk + qemu + qemu_kvm + virt-viewer + virt-manager + OVMF ]; }; + virtualisation.libvirtd.enable = true; + # Allow unfree packages nixpkgs.config.allowUnfree = true;