summaryrefslogtreecommitdiffstats
path: root/lenovo
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-22 13:33:54 +0300
committerzimbatm <zimbatm@zimbatm.com>2017-12-22 10:33:54 +0000
commitd4688911b7856e69368d4d20e27bf9fb6e4d8d9c (patch)
tree199e9f83306e9500bcd67f8095f96992d18a4e94 /lenovo
parenta64cf32a57850f204a90d15e6d981a51710f3243 (diff)
treewide: drop hardware-configuration.nix boilerplate (#28)
hardware-configuration.nix is still relied upon for hard drive configuration, and it handles variations of hardware (custom configurations, subrevisions).
Diffstat (limited to 'lenovo')
-rw-r--r--lenovo/thinkpad/t460s.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/lenovo/thinkpad/t460s.nix b/lenovo/thinkpad/t460s.nix
index d6f2ba3..fbcdef7 100644
--- a/lenovo/thinkpad/t460s.nix
+++ b/lenovo/thinkpad/t460s.nix
@@ -6,17 +6,6 @@
./general-intel.nix
];
- ## BEGIN from generated hardware-configuration
- ## Probably better to just use a freshly generated hardware.configuration.nix
- ## than this, but including for reference.
- # boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
- # boot.kernelModules = [ "kvm-intel" ];
- # boot.extraModulePackages = [ ];
- #
- #
- # nix.maxJobs = lib.mkDefault 4;
- ## END from generated hardware-configuration
-
# Use the gummiboot efi boot loader. (From default generated configuration.nix)
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;