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

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

View File

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