fix(fruitbook): specify fstype
build / build (push) Successful in 2m34s

This commit is contained in:
2026-06-30 08:56:58 -06:00
parent b91a681072
commit 857361eef9
+1
View File
@@ -15,6 +15,7 @@ in {
"/nix" = subvol "nix";
"/boot" = {
device = "/dev/disk/by-id/ata-APPLE_SSD_SM0512G_S29ANYAH526520-part3";
fsType = "vfat";
};
};
}