nijika: update boot partition id

This commit is contained in:
Nico 2026-02-23 00:04:13 +11:00
parent 79fbbbfd82
commit 4dff51d90d
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0

View file

@ -40,7 +40,7 @@
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/1653-F2C8";
{ device = "/dev/disk/by-uuid/CF57-9CF0";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};