From d42bd68de39bc6c819e4c62490199e688aaa0bc6 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 d1e7915..4842952 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"; };