Note about the group name

Resolves #14
This commit is contained in:
Mikhail Klementev 2020-01-26 19:15:53 +00:00
parent 545291b9cf
commit 2bc5247ac1
No known key found for this signature in database
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Uses one **read-only** /nix directory for all appvms. So creating a new appvm (b
### Requirements
$ sudo apt install virt-manager curl git
$ sudo usermod -a -G libvirt $USER
$ sudo usermod -a -G libvirt $USER # group can also be "libvirtd"
$ newgrp libvirt
$ echo user = "\"$USER\"" | sudo tee -a /etc/libvirt/qemu.conf
$ sudo systemctl restart libvirtd