diff options
| author | 2024-11-27 14:28:20 -0500 | |
|---|---|---|
| committer | 2024-11-27 14:28:20 -0500 | |
| commit | 669c54186304554233ee9c9a8e1d4255c4ce09d9 (patch) | |
| tree | 578cf46af8c48b115d102777fe71714f9daf3f53 /hardware | |
| parent | 843c2eb048c1f592b91f1dd396a6d49f5f4c5bab (diff) | |
| download | camu-669c54186304554233ee9c9a8e1d4255c4ce09d9.tar.gz camu-669c54186304554233ee9c9a8e1d4255c4ce09d9.tar.bz2 camu-669c54186304554233ee9c9a8e1d4255c4ce09d9.zip | |
Blacklist on-board audio, tcp default
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'hardware')
| -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 = [ ]; |