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

6 lines
67 B
Nix

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