From 3d411b766717a25617640c895c9de266052df775 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Fri, 21 Nov 2025 01:53:20 +0100 Subject: [PATCH] auto up 01:53:18 up 0:06, 2 users, load average: 0.90, 0.66, 0.33 --- hosts/thinix-thinkpad/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/thinix-thinkpad/configuration.nix b/hosts/thinix-thinkpad/configuration.nix index b4dff6d..db66e93 100644 --- a/hosts/thinix-thinkpad/configuration.nix +++ b/hosts/thinix-thinkpad/configuration.nix @@ -27,10 +27,10 @@ size = 4096; }]; - services.xserver.xkb = { - layout = "de"; # or "us" or whatever base - }; - console.useXkbConfig = true; # to make it apply on TTY too + services.udev.extraRules = '' + # Ignore internal NVMe Windows partition + KERNEL=="uinput", MODE="0660", GROUP="uinput", OPTIONS+="static_node=uinput" + ''; system.stateVersion = "24.11"; # Dont change this }