Skip to content

Commit

Permalink
fix: Remove framework default laptop version
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 4, 2023
1 parent 2558a8f commit 10b5219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/framework/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
inputs.nixos-hardware.nixosModules.framework
inputs.nixos-hardware.nixosModules.framework-11th-gen-intel
];

boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod"];
Expand Down

0 comments on commit 10b5219

Please sign in to comment.