mirror of
https://github.com/ben-grande/qusal.git
synced 2025-12-17 09:24:29 -05:00
fix: whonix template with high memory and backup
This commit is contained in:
parent
76c9cd00ad
commit
8f076d2441
1 changed files with 8 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ require:
|
||||||
- sls: {{ slsdotpath }}.clone
|
- sls: {{ slsdotpath }}.clone
|
||||||
prefs:
|
prefs:
|
||||||
- audiovm: ""
|
- audiovm: ""
|
||||||
|
- vcpus: 1
|
||||||
|
- memory: 300
|
||||||
|
- maxmem: 1500
|
||||||
|
- include_in_backups: False
|
||||||
tags:
|
tags:
|
||||||
- add:
|
- add:
|
||||||
- whonix-updatevm
|
- whonix-updatevm
|
||||||
|
|
@ -34,6 +38,10 @@ require:
|
||||||
- sls: {{ slsdotpath }}.clone
|
- sls: {{ slsdotpath }}.clone
|
||||||
prefs:
|
prefs:
|
||||||
- audiovm: ""
|
- audiovm: ""
|
||||||
|
- vcpus: 1
|
||||||
|
- memory: 300
|
||||||
|
- maxmem: 600
|
||||||
|
- include_in_backups: False
|
||||||
tags:
|
tags:
|
||||||
- add:
|
- add:
|
||||||
- whonix-updatevm
|
- whonix-updatevm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue