From f19dbf0a7690e502e9f301c86bce3cb823a85975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 18 Mar 2024 12:15:13 +0100 Subject: [PATCH] 247 current 1970-01-01 01:00:00 24.05.20240316.c75037b 6.6.22 * --- hosts/MaxNixosLaptop/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index 628d72b..88208a7 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -132,6 +132,10 @@ }; services.blueman.enable = true; + services.udev.extraRules = '' + ACTION=="add", KERNEL=="event[0-9]*", DEVPATH="/devices/platform/AMDI0010:02/i2c-2/i2c-ELAN2513:00/0018:04F3:2D9C.0001/input/input[0-9]*/event[0-9]*", SYMLINK+="touchscreen0" + ''; + # Enable the OpenSSH daemon. # services.openssh.enable = true;