Compare commits
2 commits
0acececb31
...
a1ace67cbd
Author | SHA1 | Date | |
---|---|---|---|
a1ace67cbd | |||
adf9fb7287 |
2 changed files with 1 additions and 3 deletions
|
@ -67,7 +67,6 @@ let
|
|||
commitizen.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
terranixConfig = import "${sources.terranix}/core" {
|
||||
inherit pkgs;
|
||||
strip_nulls = true;
|
||||
|
@ -78,7 +77,6 @@ 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 dumb Garage server, don't try to be smart.
|
||||
# It's just a dump 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