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).
This commit is contained in:
Yegor Timoshenko
2017-12-22 13:33:54 +03:00
committed by zimbatm
parent a64cf32a57
commit d4688911b7
3 changed files with 0 additions and 40 deletions

View File

@@ -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;