devices.srv1: enable password authentication

This commit is contained in:
陈浩南 2024-10-01 13:18:31 +08:00
parent 1770f8752c
commit 7dac9a2668

View File

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