games-night/modules/virtualisation.nix
Lucy von Overheidt f54534e771 meow
2025-09-14 01:52:18 +02:00

5 lines
93 B
Nix

{ ... }:
{
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
}