Updated to Systemd Boot

This commit is contained in:
naturallaw77 2023-12-07 08:48:55 -08:00
parent e6ee0190be
commit 466557d78a

View File

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