marleyos/modules/nixos/base/mounts/automounts.nix
2025-05-25 17:37:22 -07:00

7 lines
93 B
Nix

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