From e2e42908a7559abb6d8e1f996171cf9cfaf18c48 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 24 May 2022 07:10:47 -0400 Subject: [PATCH] Update dom0.sh --- dom0.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom0.sh b/dom0.sh index f09a952..7247107 100644 --- a/dom0.sh +++ b/dom0.sh @@ -14,4 +14,4 @@ echo "export export QT_QPA_PLATFORMTHEME=gtk2" | sudo tee /etc/environment #I am using the sys-usb VM for GPG here because I am using a PGP smartcard. You probably shouldn't do this if you store your GPG private key on disk. It **might** be safer to still have a dedicated gpg-backend VM for this, but then you will have to reassign the smartcard to the VM after every boot, which could be annoying. echo "emails sys-usb allow" >> /etc/qubes-rpc/policy/qubes.Gpg -echo "@anyvm @anyvm ask,default_target=work-gpg" >> /etc/qubes-rpc/policy/qubes.Gpg +echo "@anyvm @anyvm ask,default_target=sys-usb" >> /etc/qubes-rpc/policy/qubes.Gpg