summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--systems/querel/config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/querel/config.nix b/systems/querel/config.nix
index f2ce280..839e60f 100644
--- a/systems/querel/config.nix
+++ b/systems/querel/config.nix
@@ -38,6 +38,7 @@
};
"/boot" = {
device = "/dev/sda1";
+ fsType = "vfat";
};
};