summaryrefslogtreecommitdiffstats
path: root/dell
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2016-03-05 11:32:34 -0800
committerJohn Ericson <Ericson2314@Yahoo.com>2016-03-05 11:32:34 -0800
commit862456cfd5ff0926a29a5beceac007f27155e537 (patch)
treea0e556cbe5778b0b047baa9a7bfdd15a0917bb24 /dell
parentf6629260e1d4f238d12de74bc56ebd4fe44c4fb4 (diff)
Comment out generated configuration for now, best to just regenerate it
Diffstat (limited to 'dell')
-rw-r--r--dell/xps-15-9550.nix25
1 files changed, 15 insertions, 10 deletions
diff --git a/dell/xps-15-9550.nix b/dell/xps-15-9550.nix
index ad6234c..f7d0927 100644
--- a/dell/xps-15-9550.nix
+++ b/dell/xps-15-9550.nix
@@ -1,19 +1,24 @@
{ config, pkgs, ... }:
{
- # BEGIN from generated hardware-configuration
imports =
- [ <nixos/modules/hardware/network/broadcom-43xx.nix>
- <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
- ../lib/kernel-version.nix
+ [ ../lib/kernel-version.nix
];
- boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "rtsx_pci_sdmmc" ];
- boot.kernelModules = [ "kvm-intel" ];
- boot.extraModulePackages = [ ];
-
- nix.maxJobs = 8;
- # END from generated hardware-configuration
+ ## BEGIN from generated hardware-configuration
+ ## Probably better to just use a freshly generated hardware.configuration.nix
+ ## than this, but including for reference.
+ #imports =
+ # [ <nixos/modules/hardware/network/broadcom-43xx.nix>
+ # <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
+ # ];
+ #
+ #boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "rtsx_pci_sdmmc" ];
+ #boot.kernelModules = [ "kvm-intel" ];
+ #boot.extraModulePackages = [ ];
+ #
+ #nix.maxJobs = 8;
+ ## END from generated hardware-configuration
# Use the gummiboot efi boot loader. (From default generated configuration.nix)
boot.loader.gummiboot.enable = true;