11 lines
159 B
Nix
11 lines
159 B
Nix
{
|
|
imports = [ ];
|
|
|
|
config = {
|
|
# Enable debug logging for ath12k wifi card.
|
|
boot.kernelParams = [
|
|
"ath12k.debug_mask=0xffffffff"
|
|
];
|
|
};
|
|
}
|