about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-05 20:38:03 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-05 20:38:03 +0200
commit0e65be648e0f44af82af8de0f18af4f9878b79c6 (patch)
treeeca3127eafa39bd99647671fc48d93e3f32d5e1c /hosts
parentAdd todo-txt-cli package (diff)
downloadnixos-config-0e65be648e0f44af82af8de0f18af4f9878b79c6.tar.gz
nixos-config-0e65be648e0f44af82af8de0f18af4f9878b79c6.tar.bz2
nixos-config-0e65be648e0f44af82af8de0f18af4f9878b79c6.zip
Add ntfs support
Diffstat (limited to 'hosts')
-rw-r--r--hosts/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index 57f8b6f..0c0996a 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -29,6 +29,7 @@
       timeout = 0;
     };
 
+    supportedFilesystems = [ "ntfs" ];
     cleanTmpDir = true;
   };