summaryrefslogtreecommitdiffstats
path: root/tv/3modules/default.nix
blob: 493cc8b7277b63deff1d672ad3d214af7ec938bd (plain)
1
2
3
4
5
6
7
8
9
10
{
  imports = [
    ./charybdis
    ./ejabberd
    ./hosts.nix
    ./iptables.nix
    ./nixpkgs-overlays.nix
    ./x0vncserver.nix
  ];
}