mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-24 18:49:45 +01:00
Removed the available boot filesystems line
This commit is contained in:
parent
16e4e72129
commit
1fd8cd7923
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue