From 466557d78a3cb4f496512de4c7b35b901fa4170d Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 7 Dec 2023 08:48:55 -0800 Subject: [PATCH] Updated to Systemd Boot --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index c729114..0997352 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = {