Update configuration.nix

This commit is contained in:
ska
2025-12-26 15:31:54 +00:00
parent f7192a2654
commit 535dc72962

View File

@@ -47,14 +47,6 @@
allowDiscards = true;
};
boot.kernelModules = [];
boot.kernelParams = [
"i8042.noaux"
"i8042.nomux"
"i8042.nopnp"
];
boot.plymouth.enable = true;
############################################################