This website requires JavaScript.
Explore
Help
Sign In
Price
/
NixOS
Watch
1
Star
0
Fork
0
You've already forked NixOS
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
165bb032a9
NixOS
/
hosts
/
luna
/
modules
/
services
/
fail2ban.nix
7 lines
79 B
Nix
Raw
Normal View
History
Unescape
Escape
feat(luna): additional configuration
2023-10-27 23:02:52 -05:00
{
.
.
.
}:
{
services
.
fail2ban
=
{
enable
=
true
;
refactor(luna): make fail2ban only monitor default ssh port
2023-10-28 03:22:37 -05:00
maxretry
=
10
;
feat(luna): additional configuration
2023-10-27 23:02:52 -05:00
}
;
feat(luna): massively overhaul config, add gitea
2024-01-30 22:07:30 -06:00
}
Reference in New Issue
Copy Permalink