From f2fc2857274403cd51fefe04adaf06cb9cfcb280 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 4 Jun 2026 19:01:04 +0200 Subject: xu: add /boot fsType --- systems/xu/config.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'systems') 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"; }; }; -- cgit v1.3.1