Networking: add firewall & fail2ban

This commit is contained in:
blahai 2025-01-27 13:34:17 +02:00
parent 057582d665
commit e135815d69
No known key found for this signature in database
3 changed files with 72 additions and 0 deletions

View file

@ -6,6 +6,8 @@
inherit (lib.modules) mkDefault mkForce;
in {
imports = [
./firewall
./tailscale.nix
];