try some more hardware settings to get wifi working

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-30 00:16:13 -06:00
parent 3194f3de91
commit e3461aba5c

View file

@ -22,4 +22,10 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.enableAllFirmware = true;
hardware.bluetooth.enable = true;
hardware.enableRedistributableFirmware = true;
hardware.inputmodule.enable = true;
networking.networkmanager.enable = true;
}