1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-22 18:21:58 +01:00

feat: add support for ntfs

This commit is contained in:
Thomas Boerger 2023-02-15 08:44:45 +01:00
parent 12b7175888
commit 2d0c459120
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B

@ -2,6 +2,10 @@
{
boot = {
supportedFilesystems = [
"ntfs"
];
binfmt = {
emulatedSystems = [
"aarch64-linux"