diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-09 11:08:33 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-09 11:08:33 +0100 |
commit | 850ea784e7bb96ee7af954805dab7d326f58c228 (patch) | |
tree | 9a57da460339045e92c07a74934361fe109e4cb7 /cluster | |
parent | 6a287ffb57d95f4cc0d6a5c251bb982a4ffd5529 (diff) | |
download | nixcfg-850ea784e7bb96ee7af954805dab7d326f58c228.tar.gz nixcfg-850ea784e7bb96ee7af954805dab7d326f58c228.zip |
staging updates
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/app/garage/deploy/garage.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/cluster.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index df9d129..6e37d82 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -25,7 +25,7 @@ job "garage-staging" { config { packages = [ "#bash", # so that we can enter a shell inside container - "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=246f7468cd18c8ef4f3c0c4c209853cd2500cc76", + "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=0d0906b066eb76111f3b427dce1c50eac083366c", ] command = "garage" args = [ "server" ] diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index 7e31bcf..94ea43b 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -38,7 +38,7 @@ publicKey = "m9rLf+233X1VColmeVrM/xfDGro5W6Gk5N0zqcf32WY="; IP = "10.14.3.1"; lan_endpoint = "192.168.1.25:33799"; - endpoint = "90.49.20.119:33721"; + endpoint = "82.120.233.78:33721"; } { hostname = "df-pw5"; |