9 lines
119 B
Nix
9 lines
119 B
Nix
{
|
|
config = {
|
|
boot.supportedFilesystems = {
|
|
ntfs = true;
|
|
};
|
|
|
|
services.udisks2.enable = true;
|
|
};
|
|
}
|