Fixes renamed nixos ssh password auth setting

This commit is contained in:
willemml 2023-11-11 04:10:01 -08:00
parent 317a6497d0
commit f36bf9914a
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

@ -29,7 +29,7 @@
services.udev.enable = true;
services.openssh.enable = true;
services.openssh.passwordAuthentication = false;
services.openssh.settings.PasswordAuthentication = false;
system.stateVersion = "23.05";