Skip to content

Commit

Permalink
fix: sys-usb hide-usb-from-dom0 in keyboard state
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jan 12, 2024
1 parent 4b59eab commit 6d23871
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 13 additions & 0 deletions salt/sys-usb/create.sls
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
- .clone
- qvm.hide-usb-from-dom0
"{{ slsdotpath }}-updated-dom0":
pkg.uptodate:
- refresh: True
"{{ slsdotpath }}-installed-dom0":
pkg.installed:
- refresh: True
- install_recommends: False
- skip_suggestions: True
- pkgs:
- qubes-input-proxy
{% load_yaml as defaults -%}
name: dvm-{{ slsdotpath }}
Expand Down
13 changes: 0 additions & 13 deletions salt/sys-usb/keyboard.sls
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
# 'qvm.sys-usb', which is different from the one we create at create.sls.
# Last known update of 'qvm.usb-keyboard': 2023-08-31

include:
- .create
- qvm.hide-usb-from-dom0

"{{ slsdotpath }}-updated-dom0":
pkg.uptodate:
- refresh: True

"{{ slsdotpath }}-installed-dom0":
pkg.installed:
- pkg:
- qubes-input-proxy

{% set uefi_xen_cfg = '/boot/efi/EFI/qubes/xen.cfg' %}
{% if grains['boot_mode'] == 'efi' %}
{% set grub_cfg = '/boot/efi/EFI/qubes/grub.cfg' %}
Expand Down

0 comments on commit 6d23871

Please sign in to comment.