From 9190c83c975b393341bfcbe2fefc9c2cc235b8e3 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 10 Sep 2021 18:01:52 +0200 Subject: [PATCH] Fix ntfs support --- modules/default.nix | 3 +++ users/simon/modules/programs.nix | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/default.nix b/modules/default.nix index dbd966a..8162d85 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -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; diff --git a/users/simon/modules/programs.nix b/users/simon/modules/programs.nix index 4320d59..66ba69d 100644 --- a/users/simon/modules/programs.nix +++ b/users/simon/modules/programs.nix @@ -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