Files
nix-config/modules/support/ntfs.nix
2023-11-22 12:12:11 +01:00

4 lines
46 B
Nix

{
boot.supportedFilesystems = [ "ntfs" ];
}