cofractal-ams01: use dev IDs rather than by-id

This commit is contained in:
Luke Granger-Brown 2024-11-10 19:02:20 +00:00
parent d2d1fa90c4
commit 73fb743d52

View file

@ -124,11 +124,11 @@ in
"/home" = (zfs "zslow/safe/home") // { neededForBoot = true; }; "/home" = (zfs "zslow/safe/home") // { neededForBoot = true; };
"/boot" = { "/boot" = {
device = "/dev/disk/by-label/ESP"; device = "/dev/nvme1n1p1";
fsType = "vfat"; fsType = "vfat";
}; };
"/boot2" = { "/boot2" = {
device = "/dev/disk/by-label/ESP2"; device = "/dev/nvme0n1p1";
fsType = "vfat"; fsType = "vfat";
}; };
}; };