feat: update libvirt config

This commit is contained in:
Felix Schröter 2022-01-27 15:06:12 +01:00
parent e603082b5d
commit 2cc0afdfb0
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 7 additions and 8 deletions

View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
virtualisation.libvirtd.enable = true;
environment.systemPackages = with pkgs; [ virt-manager gnome-boxes ];
}

View file

@ -1,8 +0,0 @@
{ config, pkgs, ... }:
{
boot.kernelModules = [ "kvm-amd" "kvm-intel" ];
virtualisation.libvirtd.enable = true;
environment.systemPackages = with pkgs; [ virt-manager ];
}