What are some nice snippets that everyone should have in their NixOS config?
What are some nice snippets that everyone should have in their NixOS config?
I'll start. I just discovered this one. It shows asterisks (*********) while you type your sudo password:
nix
security.sudo.extraConfig = # sh
''
Defaults pwfeedback # Make typed password visible as asterisks
'';