diff options
author | makefu <github@syntax-fehler.de> | 2016-03-11 01:33:23 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-03-11 01:33:23 +0100 |
commit | 1db28fe74d2ac99bd932b08c6f2cdff6b02f7aff (patch) | |
tree | 8506217e8d0f5660108022cd053bddceb0acf9f9 | |
parent | c61496e77e1c13bb779c501f44b82804019a62a7 (diff) |
k 3 retiolum: pigstarter -> [ prism cd ]
-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 |