This commit is contained in:
mustard 2025-02-28 12:26:15 +01:00
parent 8fc098cfd5
commit 7a48c860e7
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,2 @@
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
systemctl enable --user --now update-user-flatpaks.timer

View file

@ -263,3 +263,8 @@
path: '/etc/polkit-1/rules.d/00-qubes-allow-all.rules'
state: 'absent'
- name: Drop flathub script to homedir for any new appvms created based on this template
ansible.builtin.copy:
src: 'etc/skel/flathub.sh'
dest: '/etc/skel/flathub.sh'
mode: '0700'