This commit is contained in:
Daniel Langbein 2023-12-21 16:26:56 +01:00
parent 149e7a3541
commit fdfb419b6f
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -1,5 +1,10 @@
{ config, pkgs, ... }:
{
# https://nixos.wiki/wiki/NTFS
boot.supportedFilesystems = [ "ntfs" ];
# Mounting.
# sudo mount /dev/sdX /mnt -t ntfs3
# Enable NTFS support at boot.
#boot.supportedFilesystems = [ "ntfs" ];
}