fix: capitalisation typo?

This commit is contained in:
noa 2024-07-06 09:56:26 +02:00
parent 10a64fa65b
commit ab21367c2d

View file

@ -87,7 +87,7 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh.settings.passwordAuthentication = false;
services.openssh.settings.PasswordAuthentication = false;
services.openssh.settings.KbdInteractiveAuthentication = false;
programs.zsh.enable = true;