diff options
author | makefu <github@syntax-fehler.de> | 2015-07-24 14:07:39 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-07-24 14:07:39 +0200 |
commit | 4826257ea3c239d77a58934d34bb02505426e39f (patch) | |
tree | e28afd211cb69da12ed3bba2e84678071760e5ff /3modules/krebs | |
parent | c63c87311d9cc533aaf3a5a6e59d8bc1aea9067b (diff) |
krebs/retiolum.nix: remove kheurop from default list for connectTo
kheurop is a dead host for a long time now
Diffstat (limited to '3modules/krebs')
-rw-r--r-- | 3modules/krebs/retiolum.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3modules/krebs/retiolum.nix b/3modules/krebs/retiolum.nix index e9b1244e1..5c26dff18 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 |