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:
parent
12b7175888
commit
2d0c459120
@ -2,6 +2,10 @@
|
||||
|
||||
{
|
||||
boot = {
|
||||
supportedFilesystems = [
|
||||
"ntfs"
|
||||
];
|
||||
|
||||
binfmt = {
|
||||
emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
|
Loading…
Reference in New Issue
Block a user