diff options
| -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  | 
