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

Bring in production users too

parent 30912be3
No related branches found
No related tags found
3 merge requests!97Merge staging into production,!96Merge develop into staging,!93Add symlink to secrets
Pipeline #613 passed
This commit is part of merge request !93. Comments created here will be created in the context of that merge request.
......@@ -6,7 +6,7 @@ import ../../lib/make-grid.nix {
config = ./config.json;
nodes = cfg:
let
sshUsers = import ./secrets/production-users.nix;
sshUsers = import ./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
......
let key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGN4VQm3BIQKEFTw6aPrEwNuShf640N+Py2LOKznFCRT exarkun@bottom";
in { "root" = key; jcalderone = key; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment