== I'm unable to connect my USB HDD | External HDD is failing to mount automatically ==
exfat is not supported in NixOS by default - since there are legality issues still with exFAT filesystem.
su nano /etc/nixos/configuration.nix
Add this line to your configuration file.
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
After saving the file rebuild NixOS:
nixos-rebuild switch"