Unverified Commit 7b70cce3 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

nixos/profiles/base: add explicit support for ext filesystems (#516107)

parents 148ce17e 1c3eaed6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -53,6 +53,9 @@
  # Include support for various filesystems and tools to create / manipulate them.
  boot.supportedFilesystems = lib.mkMerge [
    [
      "ext2"
      "ext3"
      "ext4"
      "btrfs"
      "cifs"
      "f2fs"