Skip to content

Commit

Permalink
p-3400: move ESP from /boot/esp to /boot/efi
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Sep 14, 2023
1 parent 71437d0 commit dc0fb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machines/p-3400/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
options = [ "x-systemd.device-timeout=0" ];
};

"/boot/esp" = {
"/boot/efi" = {
device = "/dev/disk/by-uuid/6B22-0731";
fsType = "vfat";
# Prevent unprivileged users from being able to read secrets in the initrd
Expand All @@ -23,7 +23,7 @@
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/esp";
efiSysMountPoint = "/boot/efi";
};
};

Expand Down

0 comments on commit dc0fb80

Please sign in to comment.