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

View file

@ -9,6 +9,7 @@
./system
./system/gaming.nix
./desktop
./virtualisation/libvirt.nix
./virtualisation/docker.nix
./services/samba/home-pc.nix
./services/syncthing/home-pc.nix

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 ];
}