devices.srv1: enable password authentication

This commit is contained in:
陈浩南 2024-10-01 13:18:31 +08:00
parent 7cc3319c1c
commit 2f750af5a0

View File

@ -24,7 +24,7 @@ inputs:
services = services =
{ {
snapper.enable = true; snapper.enable = true;
sshd = {}; sshd.passwordAuthentication = true;
smartd.enable = true; smartd.enable = true;
slurm = slurm =
{ {