stockholm/tv/3modules/default.nix

11 lines
93 B
Nix
Raw Normal View History

2015-07-24 17:34:08 +02:00
_:
{
imports = [
2016-02-21 06:23:06 +01:00
./charybdis
2016-02-21 06:05:49 +01:00
./ejabberd
2016-08-02 21:51:39 +02:00
./hosts.nix
2015-07-24 17:34:08 +02:00
./iptables.nix
];
}