unstable syntax

This commit is contained in:
Daylin Morgan 2023-05-04 09:59:13 -05:00
parent aeacb8fdfd
commit 2072296ae5
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

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