diff options
author | tv <tv@shackspace.de> | 2015-07-19 23:23:57 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-19 23:23:57 +0200 |
commit | da797530dea52ee9b77c5a4225c10d940fb276e4 (patch) | |
tree | a33ee09ad67df0db3481a132203218d8a4205bff /2configs | |
parent | 037847a71f726a2ad0d6faec58fba699f55d0832 (diff) |
1 tv cd: enable 2 tv charybdis
Diffstat (limited to '2configs')
-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 6ea547c86..aef83667f 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; |