diff options
author | tv <tv@krebsco.de> | 2015-07-19 23:23:57 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-19 23:23:57 +0200 |
commit | 0a3ee5e6939fa5a9a286d788770936b38769f833 (patch) | |
tree | a33ee09ad67df0db3481a132203218d8a4205bff /2configs/tv | |
parent | b52b0040a88f744b3c82d1e38fa4561aab440069 (diff) |
1 tv cd: enable 2 tv charybdis
Diffstat (limited to '2configs/tv')
-rw-r--r-- | 2configs/tv/git-public.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/tv/git-public.nix b/2configs/tv/git-public.nix index 6ea547c..aef8366 100644 --- a/2configs/tv/git-public.nix +++ b/2configs/tv/git-public.nix @@ -55,7 +55,7 @@ let post-receive = git.irc-announce { nick = config.networking.hostName; # TODO make this the default channel = "#retiolum"; - server = "ire.retiolum"; + server = "cd.retiolum"; }; }; public = true; |