nix-deploy/config/hosts/grondahl/services/sshguard.nix

8 lines
82 B
Nix
Raw Normal View History

2021-09-23 16:45:06 +02:00
{ ... }:
{
services.sshguard = {
enable = true;
blocktime = 300;
};
}