Files
nix-flake/modules/system/filesystem.nix
2026-01-28 11:41:51 +03:00

3 lines
56 B
Nix

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