diff options
Diffstat (limited to 'hardware/cmsb-001')
| -rw-r--r-- | hardware/cmsb-001/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardware/cmsb-001/configuration.nix b/hardware/cmsb-001/configuration.nix index a1578d6..bbff4e1 100644 --- a/hardware/cmsb-001/configuration.nix +++ b/hardware/cmsb-001/configuration.nix @@ -44,6 +44,7 @@ ]; boot.kernelModules = [ ]; boot.kernelParams = [ "mitigations=off" "file_caps=1" ]; + boot.blacklistedKernelModules = [ "snd_bcm2835" ]; boot.supportedFilesystems = [ ]; boot.extraModulePackages = [ ]; boot.initrd.kernelModules = [ ]; |