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