remove extra /boot/firmware fs

This commit is contained in:
Adithya 2024-06-28 00:43:47 +05:30
parent 4b72b99ddd
commit a57f5534a0
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -29,12 +29,6 @@ _: {
"/boot" = {
device = "/dev/disk/by-label/RICO1_BOOT";
fsType = "ext2";
options = [ "noatime" ];
};
"/boot/firmware" = {
device = "/dev/disk/by-label/R1_FIRMWARE";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};