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

Configure deployment system for issuer to know where to find server

parent cb895256
No related branches found
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
......@@ -21,6 +21,7 @@ import ../../lib/make-grid.nix {
#
# The names must be unique!
"payments.privatestorage.io" = import ../../lib/issuer.nix ({
publicIPv4 = "18.184.142.208";
inherit sshUsers;
hardware = ../../lib/issuer-aws.nix;
stateVersion = "19.03";
......
......@@ -6,9 +6,12 @@
, allowedChargeOrigins
, sshUsers
, stateVersion
, publicIPv4
, ...
}: {
deployment = {
targetHost = publicIPv4;
secrets = {
"ristretto-signing-key" = {
source = ristrettoSigningKeyPath;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment