i am not sure about this one

This commit is contained in:
Osman Faruk Bayram 2025-02-25 18:09:04 +03:00
parent 8d465fc7c5
commit a7f5f8ebd8

View file

@ -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