From 285453ae71b27f501c8ff213099dfd6a89c20b20 Mon Sep 17 00:00:00 2001 From: Ray Andrew Date: Sun, 9 Mar 2025 00:17:07 -0600 Subject: [PATCH] enable hardware setting on lemur --- hosts/lemur/hardware.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/lemur/hardware.nix b/hosts/lemur/hardware.nix index 26fca28..67e6607 100644 --- a/hosts/lemur/hardware.nix +++ b/hosts/lemur/hardware.nix @@ -5,6 +5,7 @@ imports = [ (modulesPath + "/installer/scan/not-detected.nix") ./disko.nix + inputs.nixos-hardware.nixosModules.system76 ]; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" "sd_mod" "sdhci_pci" ]; @@ -15,6 +16,7 @@ networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + hardware.system76.enableAll = true; swapDevices = [ {