summaryrefslogtreecommitdiffstats
path: root/tv/3modules/default.nix
blob: 397ee8e85ceb1d64c358c1f95ba3e17441e74d52 (plain)
1
2
3
4
5
6
7
8
9
10
_:

{
  imports = [
    ./charybdis
    ./ejabberd
    ./hosts.nix
    ./iptables.nix
  ];
}