[NixOS] Fix password authentication setting

This commit is contained in:
Ivan Malison 2023-08-08 14:03:17 -06:00
parent b038d103fe
commit afb50e97d3

View File

@ -19,7 +19,7 @@
services.openssh = {
enable = true;
settings = {
passwordAuthentication = false;
PasswordAuthentication = false;
};
};
}