5 lines
95 B
Nix
5 lines
95 B
Nix
{ config, ... }:
|
|
{
|
|
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
|
|
}
|