1 2 3 4 5 6 7
{ config, lib, pkgs, ... }: { users.users.mainUser.extraGroups = [ "libvirtd" ]; virtualisation.libvirtd.enable = true; }