wind 1.0
This commit is contained in:
commit
b14a690975
18 changed files with 707 additions and 0 deletions
7
config/hosts/wind/services/sshguard.nix
Normal file
7
config/hosts/wind/services/sshguard.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.sshguard = {
|
||||
enable = true;
|
||||
blocktime = 300;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue