diff --git a/systems/base/fs.nix b/systems/base/fs.nix index 4ada056..c830a57 100644 --- a/systems/base/fs.nix +++ b/systems/base/fs.nix @@ -12,7 +12,7 @@ fileSystems."/boot" = { device = "/dev/disk/by-label/boot"; - fsType = "fat"; + fsType = "vfat"; }; fileSystems."/nix" = {