Updated the Bootloader module

This commit is contained in:
naturallaw77 2023-12-07 17:45:07 -08:00
parent d6ed01946a
commit 7b773e4d5f

View File

@ -11,6 +11,8 @@
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
nix = {