diff options
author | tv <tv@krebsco.de> | 2016-11-11 08:47:46 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-11-11 08:47:57 +0100 |
commit | b837dec290e54f532cd5539c93a663ba11f68c54 (patch) | |
tree | ae187b4d10f79fe6b77fa1be91ba2d5ead7801c5 /shared | |
parent | ae73660522fb8a02a86eaa7124285a3aaa3cbb14 (diff) |
cd: drop stuff now done by ni #2
Diffstat (limited to 'shared')
-rw-r--r-- | shared/2configs/cgit-mirror.nix | 2 | ||||
-rw-r--r-- | shared/2configs/repo-sync.nix | 2 | ||||
-rw-r--r-- | shared/2configs/shared-buildbot.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/shared/2configs/cgit-mirror.nix b/shared/2configs/cgit-mirror.nix index a3860a0ef..c2326a5cc 100644 --- a/shared/2configs/cgit-mirror.nix +++ b/shared/2configs/cgit-mirror.nix @@ -17,7 +17,7 @@ let nick = config.networking.hostName; verbose = false; channel = "#retiolum"; - server = "cd.retiolum"; + server = "ni.r"; }; }; }; diff --git a/shared/2configs/repo-sync.nix b/shared/2configs/repo-sync.nix index 753b0f473..4219e5d01 100644 --- a/shared/2configs/repo-sync.nix +++ b/shared/2configs/repo-sync.nix @@ -13,7 +13,7 @@ with lib; mirror.url = mirror; }; tv = { - origin.url = http://cgit.cd/stockholm ; + origin.url = http://cgit.ni.r/stockholm; mirror.url = mirror; }; lassulus = { diff --git a/shared/2configs/shared-buildbot.nix b/shared/2configs/shared-buildbot.nix index 22144e9ec..7aed6272c 100644 --- a/shared/2configs/shared-buildbot.nix +++ b/shared/2configs/shared-buildbot.nix @@ -159,7 +159,7 @@ irc = { enable = true; nick = "wolfbot"; - server = "cd.retiolum"; + server = "ni.r"; channels = [ "retiolum" ]; allowForce = true; }; |