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

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