From 3bcdbbff6f9a4b8471546378e430720d8ca0fc8c Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 7 Dec 2023 09:00:58 -0800 Subject: [PATCH] Updated boot link --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 0997352..62cb4c0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,6 +13,7 @@ # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.loader.efi.efiSysMountPoint = "/boot"; boot.kernelPackages = pkgs.linuxPackages_latest; nix = {