add fail2ban

This commit is contained in:
TheWanderingCrow 2025-07-23 09:52:41 -04:00
parent 3ccf724576
commit 3df865b5b9
2 changed files with 6 additions and 0 deletions

View file

@ -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
])
];

View file

@ -0,0 +1,5 @@
{
services.fail2ban = {
enable = true;
};
}