enable iwlwifi debug logs

flake-conversion
Trolli Schmittlauch 2019-04-08 13:06:20 +02:00
parent b2ded38b1d
commit f2d9d9be61
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ in {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelParams = [ "iwlwifi.fw_monitor=1" ]; # enable iwlwifi debugging
networking.hostName = "thinknix";
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.