Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
PrivateStorageio
Merge requests
!93
Add symlink to secrets
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add symlink to secrets
65.secrets-via-symlink
into
develop
Overview
3
Commits
7
Pipelines
4
Changes
2
Merged
Florian Sesser
requested to merge
65.secrets-via-symlink
into
develop
3 years ago
Overview
3
Commits
7
Pipelines
4
Changes
2
Expand
More flexibility and less dots in config files.
Implements
#65 (closed)
.
0
0
Merge request reports
Viewing commit
2bfab775
Prev
Next
Show latest version
2 files
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
2bfab775
Bring in production users too
· 2bfab775
Jean-Paul Calderone
authored
3 years ago
morph/grid/production/grid.nix
+
1
−
1
Options
@@ -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