ma tools/mobility: exfat comes with kernel

This commit is contained in:
makefu 2021-01-27 23:06:35 +01:00
parent 082954c0c4
commit 0ea65cef9a
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 0 additions and 2 deletions

View File

@ -5,12 +5,10 @@
mosh
sshfs
rclone
exfat
(pkgs.callPackage ./secrets.nix {})
opensc pcsctools libu2f-host
];
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
boot.supportedFilesystems = [ "exfat" ];
}