Add odowork.
This commit is contained in:
10
nix/configuration/hosts/odowork/wifi.nix
Normal file
10
nix/configuration/hosts/odowork/wifi.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
imports = [ ];
|
||||
|
||||
config = {
|
||||
# Enable debug logging for ath12k wifi card.
|
||||
boot.kernelParams = [
|
||||
"ath12k.debug_mask=0xffffffff"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user