change boot mount

This commit is contained in:
Johannes Jöns 2024-02-06 19:40:33 +01:00
parent de248974a2
commit 283d6475fc
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ in {
};
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
efiSysMountPoint = "/boot";
};
};
};

View file

@ -29,7 +29,7 @@
device = "/dev/nvme0n1p2";
fsType = "bcachefs";
};
"/boot/efi" = {
"/boot" = {
device = "/dev/disk/by-uuid/1F26-8168";
fsType = "vfat";
};