From 27414935553787a2843799319ece94cf5c8d03c9 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 25 May 2025 22:47:14 +0800 Subject: [PATCH] feat(nixosModules/boot): add linux firmware --- modules/nixos/system/boot.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 = [