cofractal-ams01: use dev IDs rather than by-id
This commit is contained in:
parent
d2d1fa90c4
commit
73fb743d52
1 changed files with 2 additions and 2 deletions
|
@ -124,11 +124,11 @@ in
|
|||
"/home" = (zfs "zslow/safe/home") // { neededForBoot = true; };
|
||||
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-label/ESP";
|
||||
device = "/dev/nvme1n1p1";
|
||||
fsType = "vfat";
|
||||
};
|
||||
"/boot2" = {
|
||||
device = "/dev/disk/by-label/ESP2";
|
||||
device = "/dev/nvme0n1p1";
|
||||
fsType = "vfat";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue