diff options
| author | makefu <github@syntax-fehler.de> | 2016-02-15 17:07:48 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2016-02-15 17:07:48 +0100 |
| commit | 34471904f61dfe59fb36e2a686b07a9436b601bf (patch) | |
| tree | ce2f7a874350e94f060101519d063c779e6a3293 /mv/3modules | |
| parent | 0f49d7fa7202d9854b382ada864c8e9506c71ba0 (diff) | |
| parent | 6e6c783a148293acdbfbfeb36c4bd0ef69b9d8ee (diff) | |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'mv/3modules')
| -rw-r--r-- | mv/3modules/iptables.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mv/3modules/iptables.nix b/mv/3modules/iptables.nix index cbf49f5..b2b41bf 100644 --- a/mv/3modules/iptables.nix +++ b/mv/3modules/iptables.nix @@ -1,13 +1,12 @@ { config, lib, pkgs, ... }: -with builtins; -with lib; +with config.krebs.lib; let cfg = config.tv.iptables; out = { options.tv.iptables = api; - config = mkIf cfg.enable imp; + config = lib.mkIf cfg.enable imp; }; api = { |
