mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-17 18:30:33 -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
78333dd92a
commit
02ae9e2593
38 changed files with 471 additions and 159 deletions
|
@ -11,6 +11,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
|
||||
|
@ -23,6 +33,7 @@ prefs:
|
|||
- template: tpl-{{ slsdotpath }}
|
||||
- label: red
|
||||
- netvm: ""
|
||||
- audiovm: ""
|
||||
- memory: 400
|
||||
- maxmem: 0
|
||||
- vcpus: 1
|
||||
|
@ -55,6 +66,7 @@ prefs:
|
|||
- template: tpl-{{ slsdotpath }}
|
||||
- label: red
|
||||
- netvm: ""
|
||||
- audiovm: ""
|
||||
- memory: 400
|
||||
- maxmem: 0
|
||||
- vcpus: 1
|
||||
|
@ -86,6 +98,7 @@ prefs:
|
|||
- template: dvm-{{ slsdotpath }}
|
||||
- label: red
|
||||
- netvm: ""
|
||||
- audiovm: ""
|
||||
- autostart: False
|
||||
- provides-network: True
|
||||
- pcidevs: {{ net_pcidevs|yaml }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue