stockholm/tv/3modules/default.nix

10 lines
77 B
Nix
Raw Normal View History

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