qusal/salt/sys-gui-gpu/configure.sls

14 lines
235 B
Plaintext

{#
SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{% if grains['nodename'] != 'dom0' -%}
include:
- sys-gui.configure
- qvm.sys-gui-gpu-vm
{% endif -%}