From e499e9236d2474c54ee3c4776fb223091740c5d0 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 6 Dec 2020 10:44:59 +0100 Subject: [PATCH] Remove depdendency on in hardware-configuration --- machines/nunotaba/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/nunotaba/hardware-configuration.nix b/machines/nunotaba/hardware-configuration.nix index 507879c..b78db24 100644 --- a/machines/nunotaba/hardware-configuration.nix +++ b/machines/nunotaba/hardware-configuration.nix @@ -1,9 +1,9 @@ -{ config, lib, pkgs, ... }: +{ config, lib, modulesPath, pkgs, ... }: { imports = [ - + (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "rtsx_pci_sdmmc" ];