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"; }; }; }