auto up 01:53:18 up 0:06, 2 users, load average: 0.90, 0.66, 0.33

This commit is contained in:
2025-11-21 01:53:20 +01:00
parent 36fab75201
commit 3d411b7667

View File

@@ -27,10 +27,10 @@
size = 4096; 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 system.stateVersion = "24.11"; # Dont change this
} }