Fix renamed options

This commit is contained in:
Tibo De Peuter 2023-09-15 10:04:24 +02:00 committed by Tibo De Peuter
parent 23af1ef5ea
commit fd3850b40c
2 changed files with 11 additions and 11 deletions

View file

@ -3,7 +3,7 @@
{
services.openssh = {
enable = true;
passwordAuthentication = false;
settings.PasswordAuthentication = false;
};
home-manager.users.tdpeuter = {