diff options
author | tv <tv@krebsco.de> | 2016-02-21 06:05:49 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-21 06:41:28 +0100 |
commit | 8a7e4b95c23c45b9d341f38b7bb96c3acfecff8a (patch) | |
tree | 48466c5a253154c985c88086e846789d95805fc6 /tv/3modules/default.nix | |
parent | d488e5fe7236a74ab63a21d97db10923482b18dd (diff) |
tv.ejabberd: refactor
Diffstat (limited to 'tv/3modules/default.nix')
-rw-r--r-- | tv/3modules/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/3modules/default.nix b/tv/3modules/default.nix index f7889b245..22f3d8019 100644 --- a/tv/3modules/default.nix +++ b/tv/3modules/default.nix @@ -2,7 +2,7 @@ _: { imports = [ - ./ejabberd.nix + ./ejabberd ./iptables.nix ]; } |