From 4826257ea3c239d77a58934d34bb02505426e39f Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 24 Jul 2015 14:07:39 +0200 Subject: krebs/retiolum.nix: remove kheurop from default list for connectTo kheurop is a dead host for a long time now --- 3modules/krebs/retiolum.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3modules') diff --git a/3modules/krebs/retiolum.nix b/3modules/krebs/retiolum.nix index e9b1244e..5c26dff1 100644 --- a/3modules/krebs/retiolum.nix +++ b/3modules/krebs/retiolum.nix @@ -85,7 +85,7 @@ let connectTo = mkOption { type = types.listOf types.str; - default = [ "fastpoke" "pigstarter" "kheurop" ]; + default = [ "fastpoke" "pigstarter" "gum" ]; description = '' The list of hosts in the network which the client will try to connect to. These hosts should have an 'Address' configured which points to a -- cgit v1.2.3