diff options
author | Alex Auvolat <alex@adnab.me> | 2022-10-18 15:44:15 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-10-18 15:44:15 +0200 |
commit | 4584b396399efb7b2807ae7f216a51a78cbab66b (patch) | |
tree | f9952aac86d5c517cf8f5c9de32fe24220fd7448 /cluster/prod/cluster.nix | |
parent | afc368421db3aecec2c43e9751b8bb45352322b7 (diff) | |
download | nixcfg-4584b396399efb7b2807ae7f216a51a78cbab66b.tar.gz nixcfg-4584b396399efb7b2807ae7f216a51a78cbab66b.zip |
Update celeri config
Diffstat (limited to 'cluster/prod/cluster.nix')
-rw-r--r-- | cluster/prod/cluster.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 3d960e4..5f66158 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -86,8 +86,8 @@ # these are IPs on the Wireguard overlay services.consul.extraConfig.retry_join = [ "10.83.1.1" # concombre - "10.83.1.3" # celeri - "19.83.2.1" # dahlia + "10.83.2.1" # dahlia + "10.83.3.1" # df-ykl ]; deuxfleurs.admin_accounts = { |