-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
renaming as above made warnings disappear |
toraritte
added a commit
that referenced
this issue
Nov 27, 2023
> https://github.com/society-for-the-blind/nixos-azure-deploy/blob/8847efbb7950091a8e6bf0f43d47d6744bfa1e02/nixos/maintainers/scripts/azure-new/examples/basic/system.nix#L24-L25 > > `nix.trustedUsers` has been deprecated in favor of [`nix.settings.trusted-users`](https://nixos.org/manual/nixos/stable/options#opt-nix.settings.trusted-users) ([source permalink](https://github.com/NixOS/nixpkgs/blob/5b528f99f73c4fad127118a8c1126b5e003b01a9/nixos/modules/config/nix.nix#L292-L305); couldn't find anything about this in the release notes) > > https://github.com/society-for-the-blind/nixos-azure-deploy/blob/8847efbb7950091a8e6bf0f43d47d6744bfa1e02/nixos/maintainers/scripts/azure-new/examples/basic/system.nix#L33 > > `services.openssh.passwordAuthentication` has been deprecated in favor of [`services.openssh.settings.PasswordAuthentication`](https://nixos.org/manual/nixos/stable/options#opt-services.openssh.settings.PasswordAuthentication) (see [NixOS 23.05 release notes entry](https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.05-notable-changes) - perhaps the same applies to `trusted-users` as well)
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! |
@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
nixos-azure-deploy/nixos/maintainers/scripts/azure-new/examples/basic/system.nix
Lines 24 to 25 in 8847efb
nix.trustedUsers
has been deprecated in favor ofnix.settings.trusted-users
(source permalink; couldn't find anything about this in the release notes)nixos-azure-deploy/nixos/maintainers/scripts/azure-new/examples/basic/system.nix
Line 33 in 8847efb
services.openssh.passwordAuthentication
has been deprecated in favor ofservices.openssh.settings.PasswordAuthentication
(see NixOS 23.05 release notes entry - perhaps the same applies totrusted-users
as well)The text was updated successfully, but these errors were encountered: