mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
system/kvm: shorten virt-manager declaration
This commit is contained in:
parent
ad523b3a88
commit
330de2eaae
1 changed files with 1 additions and 3 deletions
|
@ -18,9 +18,7 @@ in
|
||||||
{
|
{
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
programs.virt-manager.enable = true;
|
||||||
virt-manager
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Intel CPU
|
# Intel CPU
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue