mount 3 boot partitions

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-24 11:20:00 +01:00
parent 2d2526dbfc
commit 51903c3ace
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -94,7 +94,15 @@
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/569D-113A";
device = "/dev/disk/by-partuuid/b50f9cff-552d-4c6e-bda2-104723ee638e";
fsType = "vfat";
};
fileSystems."/boot2" = {
device = "/dev/disk/by-partuuid/6f365c6a-63a2-4fb9-976b-ec9e04c9cb13";
fsType = "vfat";
};
fileSystems."/boot3" = {
device = "/dev/disk/by-partuuid/324146ea-edb6-4f2e-b260-af8eddfb1eca";
fsType = "vfat";
};