From 5ed613d5bb9959c69d62e74d9ceba93b293eb9a4 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 24 May 2024 22:55:02 -0700 Subject: [PATCH] Consistency Signed-off-by: Tommy --- content/posts/qubes/Using Lokinet on Qubes OS.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/posts/qubes/Using Lokinet on Qubes OS.md b/content/posts/qubes/Using Lokinet on Qubes OS.md index cad91e0..931ea7c 100644 --- a/content/posts/qubes/Using Lokinet on Qubes OS.md +++ b/content/posts/qubes/Using Lokinet on Qubes OS.md @@ -62,7 +62,13 @@ Enable the `lokinet-dns-fix` service: systemctl enable lokinet-dns-fix ``` -Finally, install any .deb app you want to use with Lokinet in the TemplateVM. I have been unable to get DNS working properly with Lokinet as a network VM, so for now we will have to use a Lokinet in each individual AppVM. +At this stage, you can install any .deb app you want to use with Lokinet in the TemplateVM. I have been unable to get DNS working properly with Lokinet as a network VM, so for now we will have to use a Lokinet in each individual AppVM. + +Finally, shut down the TemplateVM: + +```bash +sudo shutdown now +``` ## Creating the AppVM