shaker/syncthing/create.sls

25 lines
450 B
Plaintext
Raw Normal View History

2022-09-02 10:30:05 -04:00
include:
- syncthing.clone
qvm-present-id:
qvm.present:
- name: syncthing
- template: template-syncthing
- label: gray
qvm-prefs-id:
qvm.prefs:
- name: syncthing
- memory: 300
- maxmem: 800
- vcpus: 2
'qvm-volume extend syncthing:private 50G' :
2022-09-02 10:30:05 -04:00
cmd.run
syncthing_policy:
file.prepend:
- name: /etc/qubes/policy.d/30-user.policy
- text: 'qubes.Syncthing * @anyvm @anyvm deny'
- makedirs: True