mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-24 15:05:25 -04:00
feat: remove audiovm setting when unnecessary
Decrease audio attack surface to qubes that will never need to use it.
This commit is contained in:
parent
71dd9a5280
commit
422b01e0f6
38 changed files with 471 additions and 159 deletions
|
@ -9,6 +9,16 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||
include:
|
||||
- .clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
force: True
|
||||
require:
|
||||
- sls: {{ slsdotpath }}.clone
|
||||
prefs:
|
||||
- audiovm: ""
|
||||
{%- endload %}
|
||||
{{ load(defaults) }}
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: {{ slsdotpath }}
|
||||
force: True
|
||||
|
@ -21,6 +31,7 @@ prefs:
|
|||
- template: tpl-{{ slsdotpath }}
|
||||
- label: gray
|
||||
- netvm: ""
|
||||
- audiovm: ""
|
||||
- vcpus: 1
|
||||
- memory: 200
|
||||
- maxmem: 300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue