system/nixos/shared/fail2ban/default.nix

9 lines
78 B
Nix

{ ... }:
{
imports = [
./fail2ban.nix
./fail2ban.secret.nix
];
}