diff --git a/machines/desktop/default.nix b/machines/desktop/default.nix index 77125ba..3493c3e 100644 --- a/machines/desktop/default.nix +++ b/machines/desktop/default.nix @@ -16,7 +16,7 @@ systemd-boot.enable = true; efi = { canTouchEfiVariables = true; - efiSysMountPoint = "/boot/efi"; + efiSysMountPoint = "/boot"; }; };