server1: fix /boot fsType

This commit is contained in:
Astro 2022-07-12 00:17:22 +02:00
parent 868b780cf5
commit 58eaaff70e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
fileSystems."/boot" =
{ device = "/dev/disk/by-label/ESP";
fsType = "ext2";
fsType = "vfat";
};
swapDevices = [ ];