From a7f5f8ebd8d11f2c44e8da2c7b955d5d98e140bd Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 25 Feb 2025 18:09:04 +0300 Subject: [PATCH] i am not sure about this one --- hosts/harmonica/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/harmonica/configuration.nix b/hosts/harmonica/configuration.nix index 2cda79c..aba02ab 100644 --- a/hosts/harmonica/configuration.nix +++ b/hosts/harmonica/configuration.nix @@ -92,6 +92,9 @@ grub.enable = false; generic-extlinux-compatible.enable = true; }; + extraModprobeConfig = '' + options brcmfmac roamoff=1 feature_disable=0x82000 + ''; # Avoids warning: mdadm: Neither MAILADDR nor PROGRAM has been set. This will cause the `mdmon` service to crash. # See: https://github.com/NixOS/nixpkgs/issues/254807