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 | 2d33abc80b2d4e219b8840828f00cf7b9a311792 (patch) | |
tree | e28afd211cb69da12ed3bba2e84678071760e5ff /3modules/krebs | |
parent | 02f9011a50390d20ff6ca5128dc4bd53e2504abb (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 e9b1244..5c26dff 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 |