diff --git a/framework/configuration.nix b/framework/configuration.nix index f1018c0..1bb9000 100644 --- a/framework/configuration.nix +++ b/framework/configuration.nix @@ -41,6 +41,8 @@ "mem_sleep_default=deep" ]; + blacklistedKernelModules = [ "hid_sensor_hub" ]; + loader.timeout = 0; initrd.verbose = false; consoleLogLevel = 0;