From 877335fd996a44a01b0af4273d988ec837db0d9d Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 21 Feb 2024 02:31:58 +0300 Subject: [PATCH] Bootloader : Replace for not-detected.nix --- .config/linux/system/module/common/Bootloader.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/linux/system/module/common/Bootloader.nix b/.config/linux/system/module/common/Bootloader.nix index e6c2724..8b7b7ba 100644 --- a/.config/linux/system/module/common/Bootloader.nix +++ b/.config/linux/system/module/common/Bootloader.nix @@ -1,4 +1,5 @@ -{ ... }: { +{ lib, ... }: { + hardware.enableRedistributableFirmware = lib.mkDefault true; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.initrd.kernelModules = [ "dm-snapshot" ];