Merge remote-tracking branch 'prism/lassulus'

This commit is contained in:
makefu 2016-11-11 13:44:55 +01:00
commit 11e6b34ab0
4 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ in {
'';
connectTo = [
"muhbaasu" "tahoe" "flap" "wry"
"cd"
"ni"
"fastpoke" "prism" "dishfire" "echelon" "cloudkrebs"
];
};

View file

@ -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" ];

View file

@ -29,7 +29,7 @@ let
nick = config.networking.hostName;
channel = "#retiolum";
# TODO remove the hardcoded hostname
server = "cd.retiolum";
server = "ni.r";
};
};
};

View file

@ -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";
};
};
};