diff options
author | tv <tv@krebsco.de> | 2015-07-27 02:02:34 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-27 02:02:34 +0200 |
commit | 869eeb1dc1d3bfeddf67f882e0853b15e63dceb3 (patch) | |
tree | fa6bf616e54422468ef7f58c290a710b0710b9b9 /tv/modules/default.nix | |
parent | b9df7908fc96c6e809c3f22bfca50d8703ce12a1 (diff) |
* tv -> tv *
Diffstat (limited to 'tv/modules/default.nix')
-rw-r--r-- | tv/modules/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tv/modules/default.nix b/tv/modules/default.nix new file mode 100644 index 0000000..bb10d82 --- /dev/null +++ b/tv/modules/default.nix @@ -0,0 +1,9 @@ +_: + +{ + imports = [ + ./consul.nix + ./ejabberd.nix + ./iptables.nix + ]; +} |