1
0
Fork 0

rely on longer lived identifier for disks

Usually it's a bad idea, but here the disk uuids are actually changing more often as we rebuild the
VM.
This commit is contained in:
ibizaman 2023-12-09 10:15:39 -08:00
parent a1d4b163d2
commit 09a413f470

View file

@ -16,7 +16,7 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/16ea7c88-d9d2-41bd-9698-d280700d4bcf";
{ device = "/dev/vda";
fsType = "ext4";
};
@ -46,7 +46,7 @@
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/A462-8553";
{ device = "/dev/vdb2";
fsType = "vfat";
};