1{ 2 pkgs, 3 inputs, 4 ... 5}: { 6 users.users.bean.extraGroups = ["libvirtd"]; 7 8 virtualisation.libvirtd = { 9 enable = true; 10 onBoot = "ignore"; # I don't want VMs to start again on reboot 11 }; 12}