Disable SSH password authentication

This commit is contained in:
Andrew Kvalheim 2021-12-04 05:31:50 -08:00
parent 07046e428c
commit 931e490d5f

View file

@ -94,7 +94,7 @@ in
];
# SSH
services.openssh.enable = true;
services.openssh = { enable = true; passwordAuthentication = false; };
# Mail
services.postfix = {