Merge pull request #38838 from volth/patch-123
exfat-utils, fuse_exfat -> exfat
This commit is contained in:
commit
d803c60f72
@ -5,7 +5,7 @@ with lib;
|
|||||||
{
|
{
|
||||||
config = mkIf (any (fs: fs == "exfat") config.boot.supportedFilesystems) {
|
config = mkIf (any (fs: fs == "exfat") config.boot.supportedFilesystems) {
|
||||||
|
|
||||||
system.fsPackages = [ pkgs.exfat-utils pkgs.fuse_exfat ];
|
system.fsPackages = [ pkgs.exfat ];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user