legacy/kvm: move virtmanager to it

This commit is contained in:
Felix Buehler 2023-01-22 17:24:57 +01:00
parent 9cbe9c978c
commit fdd07fc40f
2 changed files with 4 additions and 1 deletions

View file

@ -56,7 +56,6 @@
sshuttle
tdesktop
thunderbird
virtmanager
vlc
wayvnc
xdg-utils

View file

@ -6,4 +6,8 @@
"kvm-intel"
];
virtualisation.libvirtd.enable = true;
environment.systemPackages = with pkgs; [
virtmanager
];
}