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" ];