This commit is contained in:
Daylin Morgan 2023-07-25 10:59:35 -05:00
parent 78f4b9975a
commit 20a6ad3be1
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -116,7 +116,7 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh.settings.passwordAuthentication = false;
services.openssh.settings.PasswordAuthentication = false;
users.mutableUsers = false;