games-night/modules/libvirt.nix

8 lines
143 B
Nix
Raw Normal View History

2025-09-16 12:41:05 +02:00
{ ... }:
{
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
users.users.lucy.extraGroups = [ "libvirtd" ];
}