enable hardware setting on lemur
This commit is contained in:
parent
9115a5e401
commit
285453ae71
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue