disable sshguard

This commit is contained in:
XenGi 2026-02-14 02:37:45 +01:00
parent dd7d33d436
commit f910eb4c7d
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -12,7 +12,7 @@
}; };
}; };
sshguard = { sshguard = {
enable = true; enable = false;
services = [ "sshd" ]; services = [ "sshd" ];
}; };
}; };