mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-13 03:32:16 -04:00
Consistent comments
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
ac9acc7ff7
commit
c8b324c93b
6 changed files with 23 additions and 23 deletions
8
dom0.sh
8
dom0.sh
|
@ -30,18 +30,18 @@ qvm-service --enable work qubes-u2f-proxy
|
|||
|
||||
echo "QT_QPA_PLATFORMTHEME=gtk2" | sudo tee /etc/environment
|
||||
|
||||
#Obviously replace vault with the actual GPG backend that you are using https://www.qubes-os.org/doc/split-gpg/
|
||||
#O bviously replace vault with the actual GPG backend that you are using https://www.qubes-os.org/doc/split-gpg/
|
||||
echo "emails vault allow" | sudo tee /etc/qubes-rpc/policy/qubes.Gpg
|
||||
echo "@anyvm @anyvm ask,default_target=vault" | sudo tee -a /etc/qubes-rpc/policy/qubes.Gpg
|
||||
|
||||
#Same thing, but for split SSH. No default allow here because here though because there will not be a timeout or anything like that.
|
||||
# Same thing, but for split SSH. No default allow here because here though because there will not be a timeout or anything like that.
|
||||
echo "@anyvm @anyvm ask,default_target=vault" | sudo tee /etc/qubes-rpc/policy/qubes.SshAgent
|
||||
|
||||
#Enabling VMAuth - if you want to get the prompt you will still need to configure the guest VMs tho
|
||||
# Enabling VMAuth - if you want to get the prompt you will still need to configure the guest VMs tho
|
||||
echo "/usr/bin/echo 1" | sudo tee /etc/qubes-rpc/qubes.VMAuth
|
||||
sudo chmod u+x /etc/qubes-rpc/qubes.VMAuth
|
||||
echo "@anyvm dom0 ask,default_target=dom0" | sudo tee /etc/qubes-rpc/policy/qubes.VMAuth
|
||||
|
||||
#Enabling discard and fstrim
|
||||
# Enabling discard and fstrim
|
||||
sudo sed -i 's/issue_discards = 0/issue_discards = 1/g' /etc/lvm/lvm.conf
|
||||
sudo systemctl enable fstrim.timer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue