diff options
author | makefu <github@syntax-fehler.de> | 2017-05-15 22:53:47 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-05-15 22:53:47 +0200 |
commit | 332f1ce23c9a918d3ffef5231e3041cfcc6f35e4 (patch) | |
tree | 5e594bebe40479bf4054a6a91f76d6d5c3bd20d5 /tv/2configs | |
parent | 56116a4dfa7369787c4f09ed2bb8a2cfd3ed976f (diff) | |
parent | a5b18f7d696a1ec628dc2a59cc2c6fe6b685c2f9 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 2 | ||||
-rw-r--r-- | tv/2configs/git.nix | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 816dce78d..079013c79 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -21,7 +21,7 @@ with import <stockholm/lib>; internet-aliases = with config.krebs.users; [ { from = "bku-eppler@viljetic.de"; to = tv.mail; } { from = "postmaster@viljetic.de"; to = tv.mail; } # RFC 822 - { from = "mirko@viljetic.de"; to = mv-cd.mail; } + { from = "mirko@viljetic.de"; to = mv-ni.mail; } { from = "tomislav@viljetic.de"; to = tv.mail; } { from = "tv@destroy.dyn.shackspace.de"; to = tv.mail; } { from = "tv@viljetic.de"; to = tv.mail; } diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix index 293a00e78..13b12986c 100644 --- a/tv/2configs/git.nix +++ b/tv/2configs/git.nix @@ -33,6 +33,9 @@ let { cgit.desc = "dict.leo.org command line interface"; }; get = {}; + hstool = { + cgit.desc = "Haskell Development Environment ^_^"; + }; htgen = { cgit.desc = "toy HTTP server"; }; |