This commit is contained in:
Emelie 2021-09-22 10:16:11 +02:00
commit b14a690975
Signed by: charlie
GPG key ID: 49D33365A7E22D12
18 changed files with 707 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ ... }:
{
services.sshguard = {
enable = true;
blocktime = 300;
};
}