puter/classes/desktop/vm.nix

5 lines
84 B
Nix
Raw Normal View History

2024-12-01 03:05:16 +00:00
{
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
}