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