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

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