mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-04-29 08:54:06 +00:00
parent
545291b9cf
commit
2bc5247ac1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue