Virt-manager: Difference between revisions

imported>Artturin
add virt-manager page and instructions
 
imported>Nasirhm
Addition of instructions to add user in libvirtd group
Line 22: Line 22:
Connect
Connect
</pre>
</pre>
You can get the following error :
<code>authentication unavailable: no polkit agent available to authenticate action 'org.libvirt.unix.manage'</code>
To resolve, We would have to add user in the <code>libvirtd</code> group.
<syntaxhighlight lang="nix">
{
users.users.<myuser>.extragroups = [ "libvirtd" ];
}
</syntaxhighlight>


You will only need to do this once
You will only need to do this once


[[Category:Virtualization]]
[[Category:Virtualization]]