Fix ntfs support
This commit is contained in:
parent
b3f106010a
commit
9190c83c97
|
@ -74,6 +74,9 @@
|
|||
# Network monitoring
|
||||
services.vnstat.enable = true;
|
||||
|
||||
# Support for exotic file systems
|
||||
boot.supportedFilesystems = lib.optional config.sbruder.full "ntfs";
|
||||
|
||||
# Authentication/Encryption agents
|
||||
programs.gnupg.agent.enable = true;
|
||||
programs.ssh.startAgent = true;
|
||||
|
|
|
@ -45,7 +45,6 @@ in
|
|||
megatools # cli for mega.nz
|
||||
minio-client # client for s3 compatible storage systems
|
||||
mktorrent # bittorrent seed file generator
|
||||
ntfs3g # ntfs filesystem driver
|
||||
rclone # rsync for cloud storage
|
||||
tokei # fast cloc
|
||||
xdelta # binary diff
|
||||
|
|
Loading…
Reference in a new issue