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"; };