mirror of
https://github.com/blahai/nyx.git
synced 2025-06-17 17:07:01 -04:00
Networking: add firewall & fail2ban
This commit is contained in:
parent
057582d665
commit
e135815d69
3 changed files with 72 additions and 0 deletions
5
modules/nixos/networking/firewall/default.nix
Normal file
5
modules/nixos/networking/firewall/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./fail2ban.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue