diff --git a/modules/boot/systemd/default.nix b/modules/boot/systemd/default.nix index de79e05..c97c11e 100644 --- a/modules/boot/systemd/default.nix +++ b/modules/boot/systemd/default.nix @@ -16,7 +16,7 @@ in { }; efi = { canTouchEfiVariables = true; - efiSysMountPoint = "/boot/efi"; + efiSysMountPoint = "/boot"; }; }; }; diff --git a/systems/kuraokami/hardware.nix b/systems/kuraokami/hardware.nix index e3d2ba1..e5b080a 100644 --- a/systems/kuraokami/hardware.nix +++ b/systems/kuraokami/hardware.nix @@ -29,7 +29,7 @@ device = "/dev/nvme0n1p2"; fsType = "bcachefs"; }; - "/boot/efi" = { + "/boot" = { device = "/dev/disk/by-uuid/1F26-8168"; fsType = "vfat"; };