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