Virt-manager: Difference between revisions

imported>Nasirhm
Addition of instructions to add user in libvirtd group
imported>Kuetemeier
m Fix a typo / parameter name
Line 31: Line 31:
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
{
{
users.users.<myuser>.extragroups = [ "libvirtd" ];
users.users.<myuser>.extraGroups = [ "libvirtd" ];
}
}
</syntaxhighlight>
</syntaxhighlight>