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