Files
infra/modules/clan/personal-computer/boot.nix
T

6 lines
58 B
Nix

{
boot.supportedFilesystems = {
ntfs = true;
};
}