1
0
Fork 0

Compare commits

...

4 Commits

Author SHA1 Message Date
Tommy 7ca046d509
Remove things configurable via the UI
Signed-off-by: Tommy <contact@tommytran.io>
2024-01-28 17:47:01 -07:00
Tommy c1032f3484
Fix qt5ct configuration
Signed-off-by: Tommy <contact@tommytran.io>
2024-01-28 17:43:35 -07:00
Tommy ecd64bd8cb
Enable discard and trim before everything else
Signed-off-by: Tommy <contact@tommytran.io>
2024-01-28 17:41:54 -07:00
Tommy e780493bd2
Remove theatre
Signed-off-by: Tommy <contact@tommytran.io>
2024-01-28 17:41:00 -07:00
1 changed files with 8 additions and 20 deletions

28
dom0.sh
View File

@ -14,6 +14,12 @@
# License for the specific language governing permissions and limitations under
# the License.
# Enabling discard and fstrim
sudo sed -i 's/issue_discards = 0/issue_discards = 1/g' /etc/lvm/lvm.conf
sudo systemctl enable fstrim.timer
# Theming
sudo mkdir -p /etc/gtk-3.0
echo "[Settings]
gtk-theme-name=Arc-Dark
@ -24,24 +30,6 @@ echo "[Settings]
gtk-theme-name=Arc-Dark
gtk-application-prefer-dark-theme=1" | sudo tee /etc/gtk-3.0/settings.ini
sudo qubes-dom0-update qubes-u2f-dom0 qubes-yubikey-dom0 qt5ct qt5-qtstyleplugins
qvm-service --enable personal qubes-u2f-proxy
qvm-service --enable work qubes-u2f-proxy
sudo qubes-dom0-update qubes-u2f-dom0 qt5ct qt5-qtstyleplugins
echo "QT_QPA_PLATFORMTHEME=gtk2" | sudo tee /etc/environment
#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.
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
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
sudo sed -i 's/issue_discards = 0/issue_discards = 1/g' /etc/lvm/lvm.conf
sudo systemctl enable fstrim.timer
echo "QT_QPA_PLATFORMTHEME=qt5ct" | sudo tee /etc/environment