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

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