Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

two settings have changed name, I got warnings #3

Open
behrica opened this issue Nov 25, 2023 · 3 comments
Open

two settings have changed name, I got warnings #3

behrica opened this issue Nov 25, 2023 · 3 comments

Comments

@behrica
Copy link
Contributor

behrica commented Nov 25, 2023

# nix.trustedUsers = [ username ];
nix.trustedUsers = [ "@wheel" ];

nix.trustedUsers has been deprecated in favor of nix.settings.trusted-users (source permalink; couldn't find anything about this in the release notes)

services.openssh.passwordAuthentication = false;

services.openssh.passwordAuthentication has been deprecated in favor of services.openssh.settings.PasswordAuthentication (see NixOS 23.05 release notes entry - perhaps the same applies to trusted-users as well)

@behrica
Copy link
Contributor Author

behrica commented Nov 25, 2023

renaming as above made warnings disappear

@toraritte
Copy link
Member

I pushed a commit to fix the warnings, but couldn't test it yet (lack of time, low azure budget). If you get to test it before I do, and the warnings are gone, would you close this? Thank you!

@AkechiShiro
Copy link

@behrica any way you could do the test again please with master as @toraritte said ? If not, I will probably try someday and report the result here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants