split and cleaned virt stuff

This commit is contained in:
Ranomier 2024-12-08 06:16:32 +01:00
parent 477f2e5b2f
commit 13d8081bfb
3 changed files with 9 additions and 0 deletions

View file

@ -9,4 +9,7 @@
# virt manager, for running VM's
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
environment.systemPackages = with pkgs; [
virt-viewer
];
}