summaryrefslogtreecommitdiffstats
path: root/tv/3modules/default.nix
blob: edaf50f0371325412e3b6ea1f5179d4849db67dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  imports = [
    ./charybdis
    ./dnsmasq.nix
    ./ejabberd
    ./hosts.nix
    ./iptables.nix
    ./slock.nix
    ./x0vncserver.nix
    ./Xresources.nix
  ];
}