Skip to content

Commit

Permalink
Be explicit about fsType for /boot
Browse files Browse the repository at this point in the history
  • Loading branch information
yfyf committed Oct 22, 2024
1 parent e360b1f commit c94d3fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system-image/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ let nixos = pkgs.importFromNixos ""; in
fileSystems = {
"/boot" = {
device = "/dev/disk/by-label/ESP";
fsType = "vfat";
};
};
playos.storage = {
Expand Down

0 comments on commit c94d3fe

Please sign in to comment.