feat: enable libvirt tools

This commit is contained in:
Felix Schröter 2022-02-05 01:36:56 +01:00
parent b6dbe19a6f
commit 6ca8849dfb
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 2 additions and 1 deletions
virtualisation

View file

@ -3,5 +3,5 @@
{
virtualisation.libvirtd.enable = true;
environment.systemPackages = with pkgs; [ virt-manager gnome-boxes ];
environment.systemPackages = with pkgs; [ virt-manager gnome.gnome-boxes ];
}