From ea8eaaa91ad0b5a1716e69aad65d61e7cb2e7353 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 21 May 2024 22:46:54 +0000 Subject: [PATCH] moby: un-blacklist stk3310 i don't know if blacklisting it is maybe interfering with other stuff --- hosts/by-name/moby/kernel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/by-name/moby/kernel.nix b/hosts/by-name/moby/kernel.nix index 98e169f6..85d09168 100644 --- a/hosts/by-name/moby/kernel.nix +++ b/hosts/by-name/moby/kernel.nix @@ -66,7 +66,7 @@ in # disable proximity sensor. # the filtering/calibration is bad that it causes the screen to go fully dark at times. - boot.blacklistedKernelModules = [ "stk3310" ]; + # boot.blacklistedKernelModules = [ "stk3310" ]; boot.kernelParams = [ # without this some GUI apps fail: `DRM_IOCTL_MODE_CREATE_DUMB failed: Cannot allocate memory`