From 857361eef98ca9fea27567561e07c90270ed5723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Tue, 30 Jun 2026 08:56:58 -0600 Subject: [PATCH] fix(fruitbook): specify fstype --- hosts/fruitbook/filesystems.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fruitbook/filesystems.nix b/hosts/fruitbook/filesystems.nix index f5ab04f..1ba4959 100644 --- a/hosts/fruitbook/filesystems.nix +++ b/hosts/fruitbook/filesystems.nix @@ -15,6 +15,7 @@ in { "/nix" = subvol "nix"; "/boot" = { device = "/dev/disk/by-id/ata-APPLE_SSD_SM0512G_S29ANYAH526520-part3"; + fsType = "vfat"; }; }; }