remove kheurop from defaults (dead node)
This commit is contained in:
parent
92ad08a34e
commit
4cb91b6af1
|
@ -81,7 +81,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