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

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