From 7b773e4d5f1b7ec0e2bcd60240517335f7167cce Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 7 Dec 2023 17:45:07 -0800 Subject: [PATCH] Updated the Bootloader module --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 17eedd2..0997352 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,6 +11,8 @@ ]; # Bootloader. + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; boot.kernelPackages = pkgs.linuxPackages_latest; nix = {