diff options
| -rw-r--r-- | systems/xu/config.nix | 1 |
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"; }; }; |
