Changed EFI uuid after I deleted the 100MB one and then created a new

1GB one
This commit is contained in:
2025-01-18 14:22:54 +02:00
parent 04574a14fe
commit 049cb533fa

View File

@@ -19,7 +19,7 @@
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/6051-DAFB";
{ device = "/dev/disk/by-uuid/4E6C-E7AD";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};