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
c824581c37
NixOS
/
hosts
/
luna
/
modules
/
services
/
fail2ban.nix
7 lines
80 B
Nix
Raw
Normal View
History
Unescape
Escape
style: format with `nixfmt`
2024-03-14 03:51:03 -05:00
{
.
.
.
}:
{
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
}
;
style: format with `nixfmt`
2024-03-14 03:51:03 -05:00
}
Reference in New Issue
Copy Permalink