Bootloader : Replace for not-detected.nix

This commit is contained in:
Dmitry Voronin 2024-02-21 02:31:58 +03:00
parent 3fdc0bcec3
commit 877335fd99

View file

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