From a57f5534a06ed5dd3346895b1e5c7957958079aa Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Fri, 28 Jun 2024 00:43:47 +0530 Subject: [PATCH] remove extra /boot/firmware fs --- hosts/rico1/hardware/filesystem.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/rico1/hardware/filesystem.nix b/hosts/rico1/hardware/filesystem.nix index 19db23a..23c61fb 100644 --- a/hosts/rico1/hardware/filesystem.nix +++ b/hosts/rico1/hardware/filesystem.nix @@ -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" ]; };