nixos password? #71
nixos password?
#71
Replies: 1 comment
|
Per default, the nixos user does not have a password. You should be able to use sudo without one. You may change the password with I hope, that this answered your question. If not, please provide additional details about your problem |
0 replies
Answer selected by
nzbr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per default, the nixos user does not have a password. You should be able to use sudo without one. You may change the password with
sudo passwd nixos, after that you can setsecurity.sudo.wheelNeedsPassword = trueif you want to be prompted for it when using sudo.I hope, that this answered your question. If not, please provide additional details about your problem