nixos-config/features/network/default.nix

7 lines
61 B
Nix
Raw Normal View History

{
imports = [
./fail2ban.nix
./sshguard.nix
];
}