about summary refs log tree commit diff
path: root/apple/macbook-pro-10-1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'apple/macbook-pro-10-1.nix')
-rw-r--r--apple/macbook-pro-10-1.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/apple/macbook-pro-10-1.nix b/apple/macbook-pro-10-1.nix
index f9ba24de4ec8..797404eddcf8 100644
--- a/apple/macbook-pro-10-1.nix
+++ b/apple/macbook-pro-10-1.nix
@@ -5,20 +5,6 @@
     [ ../lib/kernel-version.nix
     ];
 
-  ## BEGIN from generated hardware-configuration
-  ## Probably better to just use a freshly generated hardware.configuration.nix
-  ## than this, but including for reference.
-  #imports =
-  #  [ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
-  #  ];
-  #
-  #boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usbhid" "sd_mod" "sdhci_pci" ];
-  #boot.kernelModules = [ "kvm-intel" "wl" ];
-  #boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
-  #
-  #nix.maxJobs = lib.mkDefault 8;
-  ## END from generated hardware-configuration
-
   # Use the systemd-boot efi boot loader. (From default generated configuration.nix)
   boot.loader.systemd-boot.enable = true;
   boot.loader.efi.canTouchEfiVariables = true;