From 6c7b897c8d03b6fd2308cc855e4d452caaded95b Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Sat, 19 Jul 2025 02:31:35 +0300 Subject: [PATCH] system: change mount path to partlabel --- host/Senko/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Senko/hardware-configuration.nix b/host/Senko/hardware-configuration.nix index 18a2f81..5f31a79 100644 --- a/host/Senko/hardware-configuration.nix +++ b/host/Senko/hardware-configuration.nix @@ -17,7 +17,7 @@ }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/D706-818C"; + device = "/dev/disk/by-partlabel/EFI"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" "nofail" ]; };