diff options
author | Casper <me@skylarcloud.xyz> | 2024-12-18 15:21:28 -0700 |
---|---|---|
committer | Casper <me@skylarcloud.xyz> | 2024-12-18 15:21:28 -0700 |
commit | 1cb78494f3022fe9d808d070507bddf552c64753 (patch) | |
tree | 5c827daee442e211941bed7cc89decc95f8efbd7 /email/qvm-app.sls |
Initial commit, new repo
Diffstat (limited to 'email/qvm-app.sls')
-rw-r--r-- | email/qvm-app.sls | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/email/qvm-app.sls b/email/qvm-app.sls new file mode 100644 index 0000000..a262a39 --- /dev/null +++ b/email/qvm-app.sls @@ -0,0 +1,27 @@ + email--create-work-app-qube: + qvm.vm: + - name: email-work + - present: + - template: tmpl-email + - label: blue + - prefs: + - netvm: sys-mullvad + - features: + - set: + - menu-items: thunar.desktop thunderbird.desktop + - require: + - qvm: email--create-template + + email--create-personal-app-qube: + qvm.vm: + - name: email-personal + - present: + - template: tmpl-email + - label: yellow + - prefs: + - netvm: sys-mullvad + - features: + - set: + - menu-items: thunar.desktop thunderbird.desktop + - require: + - qvm: email--create-template |