diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index 77fed4a..a08e812 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ config, lib, pkgs, modulesPath, ... }: let @@ -7,7 +7,7 @@ in { imports = [ - + (modulesPath + "/installer/scan/not-detected.nix") ( builtins.fetchGit { url = "https://github.com/NixOS/nixos-hardware";