Skip to content
Snippets Groups Projects
Commit 1bc2d3df authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Prefer a hostname as the key

The IP address is given as an argument
parent a86f1a4f
Branches
No related tags found
3 merge requests!85Update production to staging,!73Merge develop into staging,!72Replace nixpkgs overlays with a nixpkgs fork and upgrade to OpenSSL 1.1.1k
...@@ -13,13 +13,14 @@ import ../../lib/make-grid.nix { ...@@ -13,13 +13,14 @@ import ../../lib/make-grid.nix {
); );
sshUsers = importDef {} ../../../../PrivateStorageSecrets/staging-users.nix; sshUsers = importDef {} ../../../../PrivateStorageSecrets/staging-users.nix;
in { in {
"payments.privatestorage-staging.com" = import ../../lib/issuer.nix ({ "payments" = import ../../lib/issuer.nix ({
publicIPv4 = "18.197.42.120";
inherit sshUsers; inherit sshUsers;
hardware = ../../lib/issuer-aws.nix; hardware = ../../lib/issuer-aws.nix;
stateVersion = "19.03"; stateVersion = "19.03";
} // cfg); } // cfg);
"3.120.26.190" = import ../../lib/make-testing.nix (cfg // { "storage001" = import ../../lib/make-testing.nix (cfg // {
publicIPv4 = "3.120.26.190"; publicIPv4 = "3.120.26.190";
inherit sshUsers; inherit sshUsers;
hardware = ./testing001-hardware.nix; hardware = ./testing001-hardware.nix;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment