hosts/hina: change rootfs disk path to by-label

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-07-02 00:27:00 +05:30
parent c10e121604
commit fb94547fa2

View File

@@ -12,7 +12,7 @@
];
fileSystems."/" = {
device = "/dev/disk/by-uuid/d91adce2-9059-4a8a-86e7-dee6ecc85b2b";
device = "/dev/disk/by-label/cloudimg-rootfs";
fsType = "ext4";
};