marleyos/modules/nixos/hardware/mounts/automounts.nix

7 lines
93 B
Nix

{
boot.supportedFilesystems = {
ntfs = true;
};
services.udisks2.enable = true;
}