mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Filesystems] remove useless "neededForBoot" entry
This commit is contained in:
parent
04cfbf21a4
commit
50b8c1e7ad
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ in
|
||||||
resume = mkIf (! isNull resumeDeviceLabel) (mkDefault "LABEL=${resumeDeviceLabel}");
|
resume = mkIf (! isNull resumeDeviceLabel) (mkDefault "LABEL=${resumeDeviceLabel}");
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot".neededForBoot = mkDefault true;
|
|
||||||
|
|
||||||
boot.supportedFilesystems = [ "ntfs" "ext4" "vfat" "exfat" ];
|
boot.supportedFilesystems = [ "ntfs" "ext4" "vfat" "exfat" ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue