nix-config/modules/nixos-modules/server/fail2ban/default.nix

6 lines
72 B
Nix

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