From 1bb74a8c11dda1080fcb0ab28fff47670782d07d 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(+) 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