nixos: f2fs filesystem module support (close #2085)
This commit is contained in:
committed by
Vladimír Čunát
parent
c0a30a4b51
commit
c96d5fe170
@@ -34,6 +34,7 @@
|
||||
pkgs.dosfstools
|
||||
pkgs.xfsprogs
|
||||
pkgs.jfsutils
|
||||
pkgs.f2fs-tools
|
||||
#pkgs.jfsrec # disabled because of Boost dependency
|
||||
|
||||
# Some compression/archiver tools.
|
||||
@@ -50,6 +51,6 @@
|
||||
];
|
||||
|
||||
# Include support for various filesystems.
|
||||
boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" ];
|
||||
boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" ];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user