mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
fix keyboard
This commit is contained in:
parent
3f5fa4f39f
commit
f28d2287ba
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
system.stateVersion = "26.05";
|
||||
networking.hostName = host;
|
||||
boot.kernelParams = [
|
||||
"i8042.nopnp"
|
||||
"i8042.dumbkbd"
|
||||
"xe.enable_psr=0"
|
||||
];
|
||||
# services.udev.extraHwdb = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue