From 9377c4e72ed74180d2f64d6771c66a941bb0414e Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Thu, 21 Nov 2024 15:10:14 -0800 Subject: [PATCH] feat(gengetsu): label boot not uuid --- systems/gengetsu/nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/gengetsu/nixos.nix b/systems/gengetsu/nixos.nix index 64a5030f..401f7379 100644 --- a/systems/gengetsu/nixos.nix +++ b/systems/gengetsu/nixos.nix @@ -32,7 +32,7 @@ fsType = "xfs"; }; "/boot" = { - device = "/dev/disk/by-uuid/CA62-7FDF"; + device = "/dev/disk/by-label/boot"; fsType = "vfat"; options = ["fmask=0077" "dmask=0077"]; };