9 lines
159 B
Nix
9 lines
159 B
Nix
{pkgs, ...}: {
|
|
users.users.uzair = {
|
|
extraGroups = ["libvirtd"];
|
|
};
|
|
|
|
virtualisation.libvirtd.enable = true;
|
|
programs.virt-manager.enable = true;
|
|
}
|