Skip to content
Snippets Groups Projects
Commit 28e524e4 authored by Florian Sesser's avatar Florian Sesser
Browse files

So focused on a funny commit message I forgot to add half of the changes

parent e181c922
No related branches found
No related tags found
3 merge requests!101Merge staging into production,!100Merge develop into staging,!87Add monitoring VPN modules and config
Pipeline #657 failed
......@@ -6,7 +6,7 @@ import ../../lib/make-grid.nix {
config = ./config.json;
nodes = cfg:
let
sshUsers = import ./users.nix;
sshUsers = import ./secrets/users.nix;
vpnClientIPs = [ "172.23.23.11" "172.23.23.12" "172.23.23.13" ]; # TBD: derive automatically
# Get absolute vpn key directory path, as a string:
monitoringvpnKeyDir = toString ./. + "/${cfg.monitoringvpnKeyDir}";
......
......@@ -6,7 +6,7 @@ import ../../lib/make-grid.nix {
config = ./config.json;
nodes = cfg:
let
sshUsers = import ./users.nix;
sshUsers = import ./secrets/users.nix;
in {
# Here are the hosts that are in this morph network. This is sort of like
# a server manifest. We try to keep as many of the specific details as
......
......@@ -6,7 +6,7 @@ import ../../lib/make-grid.nix {
config = ./config.json;
nodes = cfg:
let
sshUsers = import ./users.nix;
sshUsers = import ./secrets/users.nix;
in {
"payments" = import ../../lib/make-issuer.nix ({
publicIPv4 = "18.194.183.13";
......
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