Skip to content
Snippets Groups Projects

Add symlink to secrets

Merged Florian Sesser requested to merge 65.secrets-via-symlink into develop
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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
Loading