summaryrefslogtreecommitdiffstats
path: root/dell/xps-15-9550.nix
diff options
context:
space:
mode:
Diffstat (limited to 'dell/xps-15-9550.nix')
-rw-r--r--dell/xps-15-9550.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/dell/xps-15-9550.nix b/dell/xps-15-9550.nix
index ac935ac..04f7174 100644
--- a/dell/xps-15-9550.nix
+++ b/dell/xps-15-9550.nix
@@ -5,21 +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 =
- # [ <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 systemd-boot efi boot loader. (From default generated configuration.nix)
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;