diff options
| author | Baitinq <[email protected]> | 2022-09-05 20:38:03 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-05 20:38:03 +0200 |
| commit | 0e65be648e0f44af82af8de0f18af4f9878b79c6 (patch) | |
| tree | eca3127eafa39bd99647671fc48d93e3f32d5e1c | |
| parent | Add todo-txt-cli package (diff) | |
| download | nixos-config-0e65be648e0f44af82af8de0f18af4f9878b79c6.tar.gz nixos-config-0e65be648e0f44af82af8de0f18af4f9878b79c6.tar.bz2 nixos-config-0e65be648e0f44af82af8de0f18af4f9878b79c6.zip | |
Add ntfs support
| -rw-r--r-- | hosts/configuration.nix | 1 |
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; }; |