From 7e47e193805eae745b8cd2fb9f63030ef0a0f878 Mon Sep 17 00:00:00 2001 From: illustris Date: Sun, 16 Oct 2022 09:54:51 +0530 Subject: [PATCH] add ntfs support --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e8b3eea..3659559 100644 --- a/configuration.nix +++ b/configuration.nix @@ -31,7 +31,7 @@ in efi.canTouchEfiVariables = true; }; - supportedFilesystems = [ "zfs" ]; + supportedFilesystems = [ "zfs" "ntfs" ]; zfs.devNodes = "/dev/disk/by-partuuid"; };