[Filesystems] remove useless "neededForBoot" entry

This commit is contained in:
Antoine Viallon 2023-04-16 22:36:49 +02:00
parent 04cfbf21a4
commit 50b8c1e7ad
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -70,7 +70,6 @@ in
resume = mkIf (! isNull resumeDeviceLabel) (mkDefault "LABEL=${resumeDeviceLabel}");
};
fileSystems."/boot".neededForBoot = mkDefault true;
boot.supportedFilesystems = [ "ntfs" "ext4" "vfat" "exfat" ];