feat: update libvirt config
This commit is contained in:
parent
e603082b5d
commit
2cc0afdfb0
7
virtualisation/libvirt.nix
Normal file
7
virtualisation/libvirt.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ virt-manager gnome-boxes ];
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernelModules = [ "kvm-amd" "kvm-intel" ];
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ virt-manager ];
|
||||
}
|
Loading…
Reference in a new issue