summaryrefslogtreecommitdiffstats
path: root/tv/3modules/default.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-21 06:05:49 +0100
committertv <tv@krebsco.de>2016-02-21 06:41:28 +0100
commitfc98a72c541bb9b3e50cd78edc32622baa0c7195 (patch)
tree92657a94f55b5e48bfed91cd986dc83a4af32132 /tv/3modules/default.nix
parent1272a4c3d6cc6aa452c4b050f73791dd98773ee9 (diff)
tv.ejabberd: refactor
Diffstat (limited to 'tv/3modules/default.nix')
-rw-r--r--tv/3modules/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/3modules/default.nix b/tv/3modules/default.nix
index f7889b2..22f3d80 100644
--- a/tv/3modules/default.nix
+++ b/tv/3modules/default.nix
@@ -2,7 +2,7 @@ _:
{
imports = [
- ./ejabberd.nix
+ ./ejabberd
./iptables.nix
];
}