dotfiles/modules/nixos/programs/virtManager/default.nix

6 lines
110 B
Nix
Raw Normal View History

2025-10-01 19:51:55 -05:00
{
programs.virt-manager.enable = true;
virtualisation.libvirtd.enable = true;
2025-11-06 04:08:29 -06:00
users.groups.kvm = { };
2025-10-01 19:51:55 -05:00
}