diff --git a/modules/nixos/system/boot.nix b/modules/nixos/system/boot.nix index 270ca0f..9435cb8 100644 --- a/modules/nixos/system/boot.nix +++ b/modules/nixos/system/boot.nix @@ -1,5 +1,13 @@ -{ config, lib, ... }: { + config, + lib, + modulesPath, + ... +}: +{ + imports = [ + (modulesPath + "/installer/scan/not-detected.nix") + ]; config = lib.mkMerge [ { boot.initrd.availableKernelModules = [