krebs/retiolum.nix: remove kheurop from default list for connectTo

kheurop is a dead host for a long time now
This commit is contained in:
makefu 2015-07-24 14:07:39 +02:00
parent c63c87311d
commit 4826257ea3

View File

@ -85,7 +85,7 @@ let
connectTo = mkOption { connectTo = mkOption {
type = types.listOf types.str; type = types.listOf types.str;
default = [ "fastpoke" "pigstarter" "kheurop" ]; default = [ "fastpoke" "pigstarter" "gum" ];
description = '' description = ''
The list of hosts in the network which the client will try to connect 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 to. These hosts should have an 'Address' configured which points to a