Skip to content

Commit 66d02a8

Browse files
committed
update bitte-cells
Datacenters have to be provided now because patroni doesn't have a default anymore.
1 parent 6e0c4eb commit 66d02a8

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

flake.lock

Lines changed: 13 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
bitte.url = "github:input-output-hk/bitte";
99
# bitte.url = "path:/home/jlotoski/work/iohk/bitte-wt/vbk-fixups";
1010
# bitte.url = "path:/home/manveru/github/input-output-hk/bitte";
11-
bitte-cells.url = "github:input-output-hk/bitte-cells/patroni-backup";
11+
bitte-cells.url = "github:input-output-hk/bitte-cells";
1212
bitte.inputs.nomad-driver-nix.follows = "nomad-driver-nix";
1313
# --------------------------------------------------------------
1414
# --- Auxiliary Nixpkgs ----------------------------------------

nix/cloud/constants.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ in rec {
1313
namespace = "prod";
1414
domain = "${baseDomain}";
1515
nodeClass = "prod";
16+
datacenters = ["eu-central-1"];
1617
};
1718
};
1819

0 commit comments

Comments
 (0)