Skip to content

Commit

Permalink
fix: whonix template with high memory and backup
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Feb 2, 2024
1 parent 9ee9b04 commit dc54635
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions salt/whonix/create.sls
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ require:
- sls: {{ slsdotpath }}.clone
prefs:
- audiovm: ""
- vcpus: 1
- memory: 300
- maxmem: 1500
- include_in_backups: False
tags:
- add:
- whonix-updatevm
Expand All @@ -34,6 +38,10 @@ require:
- sls: {{ slsdotpath }}.clone
prefs:
- audiovm: ""
- vcpus: 1
- memory: 300
- maxmem: 600
- include_in_backups: False
tags:
- add:
- whonix-updatevm
Expand Down

0 comments on commit dc54635

Please sign in to comment.