summaryrefslogtreecommitdiff
path: root/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'hardware')
-rw-r--r--hardware/cmsb-001/configuration.nix1
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 = [ ];