diff options
author | tv <tv@krebsco.de> | 2015-07-24 17:34:08 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-24 17:34:08 +0200 |
commit | 4165440f467e2c573ba248ae9cdcae54d1488bc5 (patch) | |
tree | ce70c6d0d92d10a27dbadea313215b7953725b89 /3modules/tv | |
parent | 1fa2d83e3cdd3305fde7751d0c3ae64d5f8fed48 (diff) |
autoimport 3*/{krebs,$(LOGNAME)}
Diffstat (limited to '3modules/tv')
-rw-r--r-- | 3modules/tv/consul.nix | 1 | ||||
-rw-r--r-- | 3modules/tv/default.nix | 10 |
2 files changed, 10 insertions, 1 deletions
diff --git a/3modules/tv/consul.nix b/3modules/tv/consul.nix index 312faa0..4e54c2a 100644 --- a/3modules/tv/consul.nix +++ b/3modules/tv/consul.nix @@ -10,7 +10,6 @@ let cfg = config.tv.consul; out = { - imports = [ ../../3modules/tv/iptables.nix ]; options.tv.consul = api; config = mkIf cfg.enable (mkMerge [ imp diff --git a/3modules/tv/default.nix b/3modules/tv/default.nix new file mode 100644 index 0000000..e267d0b --- /dev/null +++ b/3modules/tv/default.nix @@ -0,0 +1,10 @@ +_: + +{ + imports = [ + ./consul.nix + ./ejabberd.nix + ./identity.nix + ./iptables.nix + ]; +} |