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 | 1bb74a8c11dda1080fcb0ab28fff47670782d07d (patch) | |
| tree | bc0b80548cde439a1944f757ac2b4823684e7eca /hosts | |
| parent | Add todo-txt-cli package (diff) | |
| download | nixos-config-1bb74a8c11dda1080fcb0ab28fff47670782d07d.tar.gz nixos-config-1bb74a8c11dda1080fcb0ab28fff47670782d07d.tar.bz2 nixos-config-1bb74a8c11dda1080fcb0ab28fff47670782d07d.zip | |
Add ntfs support
Diffstat (limited to 'hosts')
| -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; }; |