Compare commits
2 commits
a1ace67cbd
...
0acececb31
Author | SHA1 | Date | |
---|---|---|---|
0acececb31 | |||
ea4b4b4a8e |
2 changed files with 3 additions and 1 deletions
|
@ -67,6 +67,7 @@ let
|
|||
commitizen.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
terranixConfig = import "${sources.terranix}/core" {
|
||||
inherit pkgs;
|
||||
strip_nulls = true;
|
||||
|
@ -77,6 +78,7 @@ in
|
|||
|
||||
{
|
||||
inherit terranixConfigFile terranixConfig;
|
||||
|
||||
nodes = builtins.mapAttrs (
|
||||
host: { site, ... }: "${host}.${site}.infra.dgnum.eu"
|
||||
) (import ./meta/nodes.nix);
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
bucket = "monorepo-terraform-state";
|
||||
key = "state";
|
||||
|
||||
# It's just a dump Garage server, don't try to be smart.
|
||||
# It's just a dumb Garage server, don't try to be smart.
|
||||
skip_credentials_validation = true;
|
||||
skip_region_validation = true;
|
||||
skip_requesting_account_id = true;
|
||||
|
|
Loading…
Reference in a new issue