diff --git a/docs/misc/iaq.adoc b/docs/misc/iaq.adoc index baf6a25..45d902b 100644 --- a/docs/misc/iaq.adoc +++ b/docs/misc/iaq.adoc @@ -192,44 +192,10 @@ as well do 1080p in the hvm. Either use a 3.5mm jack to BT adapter, or see [this](https://m7i.org/tips/qubes-VM-bluetooth-audio/). -### Manually install Whonix 14 templates - -Note: See the [official documentation](https://www.whonix.org/wiki/Qubes/Install) for supported installation methods. -There should be no need to complete the following procedure manually any more. +### Manually install Whonix templates +See the [official Whonix documentation](https://www.whonix.org/wiki/Qubes/Install) for supported installation methods. ``` -sudo qubes-dom0-update --enablerepo=qubes-dom0-unstable qubes-core-admin-addon-whonix - -sudo qubes-dom0-update --enablerepo=qubes-dom0-unstable qubes-template-whonix-gw-14 -qvm-create sys-whonix-14 --class AppVM --template whonix-gw-14 --label black -qvm-prefs sys-whonix-14 provides_network True -qvm-tags whonix-gw-14 a whonix-updatevm - -sudo qubes-dom0-update --enablerepo=qubes-dom0-unstable qubes-template-whonix-ws-14 -qvm-features whonix-ws-14 whonix-ws 1 -qvm-create whonix-ws-dvm-14 --class AppVM --template whonix-ws-14 --label green -qvm-features whonix-ws-dvm-14 appmenus-dispvm 1 -qvm-prefs whonix-ws-dvm-14 template_for_dispvms true -qvm-prefs whonix-ws-dvm-14 netvm sys-whonix-14 -qvm-prefs whonix-ws-dvm-14 default_dispvm whonix-ws-dvm-14 -qvm-tags whonix-ws-14 a whonix-updatevm -``` -To use the new `sys-whonix-14` for your UpdateVM, perform the following steps: -``` -qubes-prefs updatevm sys-whonix-14 -``` -Then, edit `/etc/qubes-rpc/policy/qubes.UpdatesProxy` and modify the top lines: -``` -$type:TemplateVM $default allow,target=sys-whonix -$tag:whonix-updatevm $default allow,target=sys-whonix -``` -to become: -``` -$type:TemplateVM $default allow,target=sys-whonix-14 -$tag:whonix-updatevm $default allow,target=sys-whonix-14 -``` - - *Thanks to all mailing list contributors, from where most of these came.*