11 lines
159 B
Nix
Raw Normal View History

2025-11-18 21:30:56 -05:00
{
imports = [ ];
config = {
# Enable debug logging for ath12k wifi card.
boot.kernelParams = [
"ath12k.debug_mask=0xffffffff"
];
};
}