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
81b56386
Commit
81b56386
authored
3 years ago
by
Tom Prince
Browse files
Options
Downloads
Patches
Plain Diff
Add a comment about merging modules and base.nix.
parent
4de9d2f3
No related branches found
No related tags found
No related merge requests found
Pipeline
#997
passed
3 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
morph/lib/base.nix
+1
-0
1 addition, 0 deletions
morph/lib/base.nix
morph/lib/issuer.nix
+6
-6
6 additions, 6 deletions
morph/lib/issuer.nix
with
7 additions
and
6 deletions
morph/lib/base.nix
+
1
−
0
View file @
81b56386
# This module contains settings and configuration that apply to all nodes in a grid.
{
lib
,
config
,
...
}:
{
options
.
grid
=
{
...
...
This diff is collapsed.
Click to expand it.
morph/lib/issuer.nix
+
6
−
6
View file @
81b56386
# This
is all of the static NixOS system configuration necessary to specify an
#
"issuer"-type system. The configuration has various holes in it which must
#
be filled somehow. These holes correspond to configuration which is not
#
statically known. This value is suitable for use as a module to be imported
# in
to a more complete system configuration. It is expected that the holes
#
will be filled by a sibling module created by ``customize-issuer.nix``.
# This
, along with `customize-issuer.nix, contains all of the NixOS system
#
configuration necessary to specify an "issuer"-type system. Originally, this
#
file has all the static configuration, and `customize-issuer.nix` was a function
#
that filled in the holes. We are in the process of merging the modules, using settings
# in
stead of function arguments.
#
See https://whetstone.privatestorage.io/privatestorage/PrivateStorageio/-/issues/80
{
config
,
...
}:
let
inherit
(
config
.
grid
)
publicKeyPath
privateKeyPath
;
...
...
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