Enable ntfs support

This commit is contained in:
GHOSCHT 2024-03-05 20:59:28 +01:00
parent 69e80b19bb
commit 026095f971
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -29,4 +29,6 @@
# Enable networking
networking.networkmanager.enable = true;
boot.supportedFilesystems = ["ntfs"];
}