summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-11-11 13:44:55 +0100
committermakefu <github@syntax-fehler.de>2016-11-11 13:44:55 +0100
commit11e6b34ab072de1e95b74bfbf2a3780a797a0ed7 (patch)
treeac92e2d649e64162710dca8b7d04738e313b4a97
parentab0006a8dd1244310ae97edcaf09c6abbd9ea674 (diff)
parent508da1841b90c4da2b179d1f2208079b8e634fcd (diff)
Merge remote-tracking branch 'prism/lassulus'
-rw-r--r--1systems/gum.nix2
-rw-r--r--1systems/pnp.nix2
-rw-r--r--2configs/git/brain-retiolum.nix2
-rw-r--r--2configs/git/cgit-retiolum.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/1systems/gum.nix b/1systems/gum.nix
index 8a43d25ff..e8a368fa2 100644
--- a/1systems/gum.nix
+++ b/1systems/gum.nix
@@ -41,7 +41,7 @@ in {
'';
connectTo = [
"muhbaasu" "tahoe" "flap" "wry"
- "cd"
+ "ni"
"fastpoke" "prism" "dishfire" "echelon" "cloudkrebs"
];
};
diff --git a/1systems/pnp.nix b/1systems/pnp.nix
index a460a87e7..0c3676c8b 100644
--- a/1systems/pnp.nix
+++ b/1systems/pnp.nix
@@ -36,7 +36,7 @@
enable = true;
debug = true;
extraEnviron = {
- REAKTOR_HOST = "cd.retiolum";
+ REAKTOR_HOST = "ni.r";
};
plugins = with pkgs.ReaktorPlugins; [ stockholm-issue nixos-version sed-plugin ];
channels = [ "#retiolum" ];
diff --git a/2configs/git/brain-retiolum.nix b/2configs/git/brain-retiolum.nix
index 81305272c..b637ca039 100644
--- a/2configs/git/brain-retiolum.nix
+++ b/2configs/git/brain-retiolum.nix
@@ -29,7 +29,7 @@ let
nick = config.networking.hostName;
channel = "#retiolum";
# TODO remove the hardcoded hostname
- server = "cd.retiolum";
+ server = "ni.r";
};
};
};
diff --git a/2configs/git/cgit-retiolum.nix b/2configs/git/cgit-retiolum.nix
index 5c2a0fbd0..553a23972 100644
--- a/2configs/git/cgit-retiolum.nix
+++ b/2configs/git/cgit-retiolum.nix
@@ -52,7 +52,7 @@ let
verbose = config.krebs.build.host.name == "gum";
channel = "#retiolum";
# TODO remove the hardcoded hostname
- server = "cd.retiolum";
+ server = "ni.r";
};
};
};