diff options
author | Casper <me@skylarcloud.xyz> | 2024-12-23 11:24:25 -0700 |
---|---|---|
committer | Casper <me@skylarcloud.xyz> | 2024-12-23 11:24:25 -0700 |
commit | 0261e2bbe1f89d15d4a6b7bec29a6f6ba75fbfe0 (patch) | |
tree | 732ba568b8791c29fe8f3c7680f6e2787c60cfb0 /web/qvm-tmpl.sls | |
parent | a6b6ddbdbe56a103374f7600c3c36f55adbad710 (diff) |
added Whonix split-browser
Diffstat (limited to 'web/qvm-tmpl.sls')
-rw-r--r-- | web/qvm-tmpl.sls | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/qvm-tmpl.sls b/web/qvm-tmpl.sls index 4aa9730..160bb43 100644 --- a/web/qvm-tmpl.sls +++ b/web/qvm-tmpl.sls @@ -3,6 +3,11 @@ web--create-template: - name: tmpl-web - source: debian-12-minimal +split-tor--create-template: + qvm.clone: + - name: tmpl-whonix-ws + - source: whonix-workstation-17 + web--create-split-template: qvm.clone: - name: tmpl-split-web |