hosts/TITAN: use disk UUID for bcachefs cache drive
This commit is contained in:
parent
46b08a9109
commit
2c415eb2be
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/srv/data" = {
|
fileSystems."/srv/data" = {
|
||||||
device = "/dev/mapper/tank-freezer:/dev/sdb";
|
device = "/dev/mapper/tank-freezer:/dev/disk/by-uuid/4cc28516-80dc-453e-9638-967476579553";
|
||||||
fsType = "bcachefs";
|
fsType = "bcachefs";
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue