11 lines
159 B
Nix
Raw Normal View History

{
imports = [ ];
config = {
2025-01-26 10:08:34 -05:00
# Enable debug logging for ath12k wifi card.
boot.kernelParams = [
"ath12k.debug_mask=0xffffffff"
];
};
}