Bootloader : Add notes.

This commit is contained in:
Dmitry Voronin 2024-02-21 02:38:57 +03:00
parent a7f0c6d0e4
commit ca010c032d

View file

@ -1,5 +1,8 @@
{ lib, ... }: {
# Enable non-free firmware.
hardware.enableRedistributableFirmware = lib.mkDefault true;
# Configure bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.kernelModules = [ "dm-snapshot" ];