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
Tom Prince
PrivateStorageio
Commits
15f4f55e
Commit
15f4f55e
authored
4 years ago
by
Florian Sesser
Browse files
Options
Downloads
Patches
Plain Diff
Fix file name inconsisteny
Discern make-issuer.nix from issuer.nix better.
parent
afbf33bc
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
morph/grid/production/grid.nix
+1
-1
1 addition, 1 deletion
morph/grid/production/grid.nix
morph/grid/testing/grid.nix
+1
-1
1 addition, 1 deletion
morph/grid/testing/grid.nix
morph/lib/make-issuer.nix
+0
-0
0 additions, 0 deletions
morph/lib/make-issuer.nix
with
2 additions
and
2 deletions
morph/grid/production/grid.nix
+
1
−
1
View file @
15f4f55e
...
@@ -20,7 +20,7 @@ import ../../lib/make-grid.nix {
...
@@ -20,7 +20,7 @@ import ../../lib/make-grid.nix {
# doesn't specify one.
# doesn't specify one.
#
#
# The names must be unique!
# The names must be unique!
"payments.privatestorage.io"
=
import
../../lib/issuer.nix
({
"payments.privatestorage.io"
=
import
../../lib/
make-
issuer.nix
({
publicIPv4
=
"18.184.142.208"
;
publicIPv4
=
"18.184.142.208"
;
inherit
sshUsers
;
inherit
sshUsers
;
hardware
=
../../lib/issuer-aws.nix
;
hardware
=
../../lib/issuer-aws.nix
;
...
...
This diff is collapsed.
Click to expand it.
morph/grid/testing/grid.nix
+
1
−
1
View file @
15f4f55e
...
@@ -13,7 +13,7 @@ import ../../lib/make-grid.nix {
...
@@ -13,7 +13,7 @@ import ../../lib/make-grid.nix {
);
);
sshUsers
=
importDef
{}
../../../../PrivateStorageSecrets/staging-users.nix
;
sshUsers
=
importDef
{}
../../../../PrivateStorageSecrets/staging-users.nix
;
in
{
in
{
"payments"
=
import
../../lib/issuer.nix
({
"payments"
=
import
../../lib/
make-
issuer.nix
({
publicIPv4
=
"18.197.42.120"
;
publicIPv4
=
"18.197.42.120"
;
inherit
sshUsers
;
inherit
sshUsers
;
hardware
=
../../lib/issuer-aws.nix
;
hardware
=
../../lib/issuer-aws.nix
;
...
...
This diff is collapsed.
Click to expand it.
morph/lib/issuer.nix
→
morph/lib/
make-
issuer.nix
+
0
−
0
View file @
15f4f55e
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment