[NixOS] Move to more modern location of ssh password authentication setting

This commit is contained in:
Ivan Malison 2023-08-08 00:27:39 -06:00
parent 62867c34ef
commit bf6c17bbbd

View File

@ -18,6 +18,8 @@
services.openssh = {
enable = true;
passwordAuthentication = false;
settings = {
passwordAuthentication = false;
};
};
}