diff options
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 |