summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-06-13 16:53:53 +0200
committertv <tv@krebsco.de>2026-06-13 16:53:53 +0200
commit9eb5b84a145d91001e3d099ce3ac85deff5c4584 (patch)
tree3f18d74217638226a7149dcc61d58b52ed7c761f
parentf2fc2857274403cd51fefe04adaf06cb9cfcb280 (diff)
querel: add /boot fsType
-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";
};
};