diff --git a/nixos/configuration.nix b/nixos/configuration.nix index c651281..0175d81 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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.