disko should be taking care of /boot now

This commit is contained in:
Joseph Hanson 2024-06-24 13:11:35 -05:00
parent 12b9771c04
commit 84d0a763e0
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -37,11 +37,11 @@
fsType = "zfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/E532-B74A";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
# fileSystems."/boot" =
# { device = "/dev/disk/by-uuid/E532-B74A";
# fsType = "vfat";
# options = [ "fmask=0022" "dmask=0022" ];
# };
swapDevices = [ ];