revrari
1
I get tired of having to enter my password in every time in the terminal. I added this to my nix.configuration:
security.sudo.configFile = ''
Defaults env_reset
root ALL=(ALL:ALL) ALL
%wheel ALL=(ALL) ALL
# Your custom rule
tan ALL=(ALL) NOPASSWD: ALL
'';
It’s not working. Any ideas?
NobbZ
3
You will still require sudo
, though you might be able to omit your password.
2 Likes
i know you should never do sudo bash
, but … remember i didn’t tell you this.
1 Like
uep
5
Correct. This is what sudo -i
is for.
1 Like
my god, they took something which will end you up in hell and gave it a parameter…
the world is truly ending.
lol!