mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
ntfs
This commit is contained in:
parent
149e7a3541
commit
fdfb419b6f
@ -1,5 +1,10 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
# https://nixos.wiki/wiki/NTFS
|
# https://nixos.wiki/wiki/NTFS
|
||||||
boot.supportedFilesystems = [ "ntfs" ];
|
|
||||||
|
# Mounting.
|
||||||
|
# sudo mount /dev/sdX /mnt -t ntfs3
|
||||||
|
|
||||||
|
# Enable NTFS support at boot.
|
||||||
|
#boot.supportedFilesystems = [ "ntfs" ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user