Files
machine_setup/nix/configuration/hosts/odowork/wifi.nix
Tom Alexander 8ccd34aba9 Add odowork.
2025-11-18 21:30:56 -05:00

11 lines
159 B
Nix

{
imports = [ ];
config = {
# Enable debug logging for ath12k wifi card.
boot.kernelParams = [
"ath12k.debug_mask=0xffffffff"
];
};
}