Skip to content

Commit

Permalink
Force switching Whonix template for existing sys-whonix/anon-whonix
Browse files Browse the repository at this point in the history
This is useful for upgrading from Whonix 16 to Whonix 17.
  • Loading branch information
marmarek committed Jan 14, 2024
1 parent adf2918 commit 7a49022
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qvm/anon-whonix.sls
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ include:

{% load_yaml as defaults -%}
name: anon-whonix
force: true
present:
- template: whonix-workstation-{{ whonix.whonix_version }}
- label: red
prefs:
- template: whonix-workstation-{{ whonix.whonix_version }}
- netvm: sys-whonix
- default-dispvm: whonix-workstation-{{ whonix.whonix_version }}-dvm
tags:
Expand Down
2 changes: 2 additions & 0 deletions qvm/sys-whonix.sls
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ include:

{% load_yaml as defaults -%}
name: sys-whonix
force: true
present:
- template: whonix-gateway-{{ whonix.whonix_version }}
- label: black
- mem: 500
prefs:
- template: whonix-gateway-{{ whonix.whonix_version }}
- netvm: sys-firewall
- provides-network: true
- autostart: true
Expand Down

0 comments on commit 7a49022

Please sign in to comment.