mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
add fail2ban
This commit is contained in:
parent
3ccf724576
commit
3df865b5b9
2 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
|||
"modules/services/homepage"
|
||||
"modules/services/lubelogger"
|
||||
"modules/services/trilium"
|
||||
"modules/services/fail2ban"
|
||||
"modules/services/ollama/nginx.nix" # Just host the nginx path back to Parzival
|
||||
])
|
||||
];
|
||||
|
|
|
|||
5
modules/services/fail2ban/default.nix
Normal file
5
modules/services/fail2ban/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
services.fail2ban = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue