Added ntfs filesystem

This commit is contained in:
Nickiel12 2023-03-09 19:33:18 -08:00
parent f42e17bed5
commit 75651eb06b

View file

@ -31,4 +31,6 @@
''; '';
}; };
}; };
boot.supportedFilesystems = [ "ntfs" ];
} }