summaryrefslogtreecommitdiffstats
path: root/tv/3modules/ejabberd.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-02-15 17:07:48 +0100
committermakefu <github@syntax-fehler.de>2016-02-15 17:07:48 +0100
commit34471904f61dfe59fb36e2a686b07a9436b601bf (patch)
treece2f7a874350e94f060101519d063c779e6a3293 /tv/3modules/ejabberd.nix
parent0f49d7fa7202d9854b382ada864c8e9506c71ba0 (diff)
parent6e6c783a148293acdbfbfeb36c4bd0ef69b9d8ee (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv/3modules/ejabberd.nix')
-rw-r--r--tv/3modules/ejabberd.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/tv/3modules/ejabberd.nix b/tv/3modules/ejabberd.nix
index 581e100..c9d9b48 100644
--- a/tv/3modules/ejabberd.nix
+++ b/tv/3modules/ejabberd.nix
@@ -1,13 +1,12 @@
{ config, lib, pkgs, ... }:
-with builtins;
-with lib;
+with config.krebs.lib;
let
cfg = config.tv.ejabberd;
out = {
options.tv.ejabberd = api;
- config = mkIf cfg.enable imp;
+ config = lib.mkIf cfg.enable imp;
};
api = {