nix-git/modules/ntfs.nix
2023-12-21 16:26:56 +01:00

11 lines
192 B
Nix

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