qubes-apply

python script to automate qubes saltstack

git clone https://9o.is/git/qubes-apply.git

dom0.sls

(231B)


      1 qubes:
      2   default:
      3     netvm: sys-vpn
      4     template: f42
      5     memory: 256
      6     maxmem: 2048
      7     vcpus: 2
      8     winbgcolor: '#131314'
      9 
     10 sshfs-sync:
     11   vms:
     12     sys-sync:
     13       - personal
     14 
     15 sys-vpn:
     16   vms:
     17     default:
     18       autostart: False