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:
parent
c63c87311d
commit
4826257ea3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue