From c10e121604102d38888927b71b9a1e88ec804bb6 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Wed, 2 Jul 2025 00:22:50 +0530 Subject: [PATCH] hosts/remilia: change rootfs disk path to by-label Signed-off-by: Amneesh Singh --- hosts/remilia/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/remilia/hardware.nix b/hosts/remilia/hardware.nix index 57e46e4..8d486f5 100644 --- a/hosts/remilia/hardware.nix +++ b/hosts/remilia/hardware.nix @@ -12,7 +12,7 @@ ]; fileSystems."/" = { - device = "/dev/disk/by-uuid/d91adce2-9059-4a8a-86e7-dee6ecc85b2b"; + device = "/dev/disk/by-label/cloudimg-rootfs"; fsType = "ext4"; };