feat: install fwupd dom0 package by default

This commit is contained in:
Ben Grande 2025-01-08 16:24:20 +01:00
parent 3972de30b6
commit bfe192b802
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-License-Identifier: AGPL-3.0-or-later
#}
@ -9,4 +9,12 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
- utils.tools.common.update
"{{ slsdotpath }}-installed":
pkg.installed:
- require:
- sls: utils.tools.common.update
- setopt: "install_weak_deps=False"
- pkgs:
- fwupd-qubes-dom0
{% endif -%}