summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-07-21 19:14:15 +0200
committerlassulus <lass@aidsballs.de>2015-07-21 19:21:47 +0200
commita1ea09404f717493cac5bd320093a7240dac32fd (patch)
tree09f46192687825303b75cf81bf40791d35d37aab /2configs
parentbf4f2e31d3b5872fedc363325c90897f6826402f (diff)
2 lass.git-repos: change irc-server to cd
Diffstat (limited to '2configs')
-rw-r--r--2configs/lass/git-repos.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/2configs/lass/git-repos.nix b/2configs/lass/git-repos.nix
index c0c305b8..b4f446ae 100644
--- a/2configs/lass/git-repos.nix
+++ b/2configs/lass/git-repos.nix
@@ -39,7 +39,7 @@ let
post-receive = git.irc-announce {
nick = config.networking.hostName; # TODO make this the default
channel = "#retiolum";
- server = "ire.retiolum";
+ server = "cd.retiolum";
};
};
};
@@ -63,7 +63,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;