1
0
mirror of https://codeberg.org/privacy1st/nix-git synced 2025-04-12 18:21:32 +02:00
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" ];
}