diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-04 17:38:54 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-04 17:38:54 +0200 |
commit | 3df47c8440a3b5645733184f72cc4c2f1a46587f (patch) | |
tree | 1bcb53842e26f117dce7339afb8999bc49b8e0a3 /cluster/staging | |
parent | 72ed2517a9a49352ff97473010892fc54490cd60 (diff) | |
download | nixcfg-3df47c8440a3b5645733184f72cc4c2f1a46587f.tar.gz nixcfg-3df47c8440a3b5645733184f72cc4c2f1a46587f.zip |
Configuration for prod to run on Wesher & other new stuff
Diffstat (limited to 'cluster/staging')
-rw-r--r-- | cluster/staging/cluster.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index fbacbc5..2ad79bf 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -22,6 +22,7 @@ "10.14.252.121" # carcajou ]; + # Add wesher hosts to /etc/hosts, needed for elasticsearch networking.extraHosts = '' 10.14.181.82 caribou 10.14.179.56 cariacou |