diff options
author | Casper <me@skylarcloud.xyz> | 2024-12-23 10:30:47 -0700 |
---|---|---|
committer | Casper <me@skylarcloud.xyz> | 2024-12-23 10:30:47 -0700 |
commit | a6b6ddbdbe56a103374f7600c3c36f55adbad710 (patch) | |
tree | cb2bed1d01c87e4e4a4b0bce8b91e1b59c82bf14 /web/qvm-tmpl.sls | |
parent | c4562c5bb241ad8f5dcadd51ba429ca635293ada (diff) |
implemented split-browser for web qubes
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 1a06153..4aa9730 100644 --- a/web/qvm-tmpl.sls +++ b/web/qvm-tmpl.sls @@ -2,3 +2,8 @@ web--create-template: qvm.clone: - name: tmpl-web - source: debian-12-minimal + +web--create-split-template: + qvm.clone: + - name: tmpl-split-web + - source: debian-12-xfce # TODO make this a minimal template |