Enable yubikey-touch-detector conditionally

This commit is contained in:
2021-10-02 10:53:46 +02:00
parent b9a9097f95
commit aea05be674
3 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ users:
master_key: "0xB5C002530C6A2053"
environment:
MACHINE_HAS_NEXTCLOUD: "true"
has_yubikey: true
screen:
1: DisplayPort-0

View File

@@ -17,6 +17,7 @@ users:
MACHINE_HAS_NEXTCLOUD: "false"
MACHINE_HAS_RESTIC_BACKUP: "true"
MACHINE_HAS_ELEMENT: "false"
has_yubikey: false
- name: hannes-private
group: tpp
vt: 2
@@ -30,6 +31,7 @@ users:
MACHINE_HAS_NEXTCLOUD: "true"
MACHINE_HAS_RESTIC_BACKUP: "false"
MACHINE_HAS_ELEMENT: "true"
has_yubikey: true
screen:
1: DP-1-1

View File

@@ -20,7 +20,9 @@ general {
order += spotify
{% if user.has_yubikey %}
order += "yubikey"
{% endif %}
order += "volume_status output"
order += "volume_status input"
order += "wifi"