summaryrefslogtreecommitdiffstats
path: root/systems/xu
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-06-04 19:01:04 +0200
committertv <tv@krebsco.de>2026-06-04 19:01:04 +0200
commitf2fc2857274403cd51fefe04adaf06cb9cfcb280 (patch)
tree6c23bfc410caa5a5f272c9bdcb2da4b5f1a1a6fd /systems/xu
parenta3c8b88a930b508e23832be9d79dc3ac56f454b9 (diff)
xu: add /boot fsType
Diffstat (limited to 'systems/xu')
-rw-r--r--systems/xu/config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/xu/config.nix b/systems/xu/config.nix
index abf433c..803abb2 100644
--- a/systems/xu/config.nix
+++ b/systems/xu/config.nix
@@ -129,6 +129,7 @@
};
"/boot" = {
device = "/dev/sda1";
+ fsType = "vfat";
};
};