fix fes boot mount

This commit is contained in:
Sebastian Moser
2025-09-09 20:52:24 +02:00
parent 287648124c
commit bc2da33ca9

View File

@@ -44,7 +44,7 @@
};
fileSystems."/boot" = {
device = "/dev/disk/by-label/fes-boot";
device = "/dev/disk/by-label/FES-BOOT";
fsType = "fat32";
};