mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
legacy/kvm: move virtmanager to it
This commit is contained in:
parent
9cbe9c978c
commit
fdd07fc40f
2 changed files with 4 additions and 1 deletions
|
@ -6,4 +6,8 @@
|
|||
"kvm-intel"
|
||||
];
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
virtmanager
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue