1
1
Fork 0

catacomb: Fix ssh setting path

This commit is contained in:
Tim Van Baak 2023-09-17 03:23:54 +00:00
parent 0b5ac640b8
commit 298b91f83f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
]; ];
}; };
services.openssh.passwordAuthentication = true; services.openssh.settings.PasswordAuthentication = true;
services.rsyncd.enable = true; services.rsyncd.enable = true;