From 0e65be648e0f44af82af8de0f18af4f9878b79c6 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 5 Sep 2022 20:38:03 +0200 Subject: Add ntfs support --- hosts/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') 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; }; -- cgit 1.4.1