From 0f01f42baf523a6d6240ef88badb0f1f89d477f6 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 31 Mar 2023 22:25:57 -0700 Subject: [PATCH] Fixed boot mount point --- hosts/Alaska/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Alaska/default.nix b/hosts/Alaska/default.nix index 78202c6..75c4088 100644 --- a/hosts/Alaska/default.nix +++ b/hosts/Alaska/default.nix @@ -16,7 +16,7 @@ systemd-boot.enable = true; efi = { canTouchEfiVariables = true; - efiSysMountPoint = "/boot"; + efiSysMountPoint = "/boot/efi"; }; }; }