From e3461aba5cba74632d9208d31ac821160c1157a4 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 30 Dec 2025 00:16:13 -0600 Subject: [PATCH] try some more hardware settings to get wifi working --- hosts/juni/hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/juni/hardware-configuration.nix b/hosts/juni/hardware-configuration.nix index b3a41c05..718cc87e 100644 --- a/hosts/juni/hardware-configuration.nix +++ b/hosts/juni/hardware-configuration.nix @@ -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; }