1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-12-25 02:59:45 +01:00

Removed the available boot filesystems line

This commit is contained in:
Khashayar Danesh 2024-12-07 20:55:08 +01:00
parent 16e4e72129
commit 1fd8cd7923

View file

@ -13,8 +13,6 @@
boot.loader.kboot-conf.enable = true;
# Use kernel >6.6 The devicetree is missing from kernel versions older than this.
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.6") (lib.mkDefault pkgs.linuxPackages_latest);
# Stop ZFS breaking the build
boot.supportedFilesystems = lib.mkForce ["btrfs" "cifs" "f2fs" "jfs" "ntfs" "reiserfs" "vfat" "xfs"];
# I'm not completely sure if some of these could be omitted,
# but want to make sure disk access works