mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
11 lines
192 B
Nix
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" ];
|
|
}
|