diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index ebcbe40..173f810 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -41,7 +41,7 @@ in { }; "/boot" = { device = "${nvme}-part1"; - fsType = "ext4"; + fsType = "vfat"; }; };