diff options
| author | makefu <github@syntax-fehler.de> | 2016-11-11 13:44:55 +0100 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2016-11-11 13:44:55 +0100 | 
| commit | 595f246725fae403ac101919b96fda8731e3f18e (patch) | |
| tree | 79336e811daafbda9286a9d03b706d5a32809a90 /shared | |
| parent | 0364af18742ed07d8b6cc3ccb1096507a91035a3 (diff) | |
| parent | d61262d0e757b94e8b1d2ccca04c6e08be74a00e (diff) | |
Merge remote-tracking branch 'prism/lassulus'
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 a3860a0..c2326a5 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 753b0f4..4219e5d 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 dbf79e1..95495ac 100644 --- a/shared/2configs/shared-buildbot.nix +++ b/shared/2configs/shared-buildbot.nix @@ -158,7 +158,7 @@      irc = {        enable = true;        nick = "wolfbot"; -      server = "cd.retiolum"; +      server = "ni.r";        channels = [ { channel = "retiolum"; } ];        allowForce = true;      };  | 
