diff options
author | tv <tv@krebsco.de> | 2016-03-16 00:13:58 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-03-16 00:13:58 +0100 |
commit | 2452d211737e0544e9cc92ae44da69940632a750 (patch) | |
tree | ecb0e2d9932805a6b40be7e09ab5206201e7aba7 /krebs/3modules/retiolum.nix | |
parent | 13df24f8f09469c32077ded463d99033042e25ee (diff) | |
parent | 03a72ef958055c958992c4fbde618c1e68bfff6e (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'krebs/3modules/retiolum.nix')
-rw-r--r-- | krebs/3modules/retiolum.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/retiolum.nix b/krebs/3modules/retiolum.nix index d0162eae9..61b4473e1 100644 --- a/krebs/3modules/retiolum.nix +++ b/krebs/3modules/retiolum.nix @@ -114,7 +114,7 @@ let connectTo = mkOption { type = types.listOf types.str; - default = [ "fastpoke" "pigstarter" "gum" ]; + default = [ "fastpoke" "cd" "prism" "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 |