system/nixos/shared/fail2ban/default.nix

9 lines
78 B
Nix
Raw Normal View History

2023-06-14 22:48:39 +03:00
{ ... }:
{
imports = [
./fail2ban.nix
./fail2ban.secret.nix
];
}