fix: remove GPU domain kernelopts workaround

Upstream: QubesOS/qubes-mgmt-salt-dom0-virtual-machines/pull/71
This commit is contained in:
Ben Grande 2025-02-24 11:31:07 +01:00
parent 3c9e222a1d
commit 37dcf20b6e
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -41,12 +41,10 @@ prefs:
- netvm: ""
- guivm: ""
- audiovm: ""
- kernelopts: "nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0"
- autostart: False # TODO: set to True
- include_in_backups: True
features:
- enable:
- no-default-kernelopts
- service.lightdm
- service.guivm
{% if 'psu' in salt['pillar.get']('qvm:sys-gui-gpu:dummy-modules', []) %}