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

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