mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +00:00
parent
545291b9cf
commit
2bc5247ac1
|
@ -15,7 +15,7 @@ Uses one **read-only** /nix directory for all appvms. So creating a new appvm (b
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
$ sudo apt install virt-manager curl git
|
$ 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
|
$ newgrp libvirt
|
||||||
$ echo user = "\"$USER\"" | sudo tee -a /etc/libvirt/qemu.conf
|
$ echo user = "\"$USER\"" | sudo tee -a /etc/libvirt/qemu.conf
|
||||||
$ sudo systemctl restart libvirtd
|
$ sudo systemctl restart libvirtd
|
||||||
|
|
Loading…
Reference in a new issue