remove extra /boot/firmware fs
This commit is contained in:
parent
4b72b99ddd
commit
a57f5534a0
1 changed files with 0 additions and 6 deletions
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue