8 lines
143 B
Nix
8 lines
143 B
Nix
|
|
{ ... }:
|
||
|
|
{
|
||
|
|
virtualisation.libvirtd.enable = true;
|
||
|
|
programs.virt-manager.enable = true;
|
||
|
|
|
||
|
|
users.users.lucy.extraGroups = [ "libvirtd" ];
|
||
|
|
}
|