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
Commits
27ef4eb1
Commit
27ef4eb1
authored
3 years ago
by
Florian Sesser
Browse files
Options
Downloads
Patches
Plain Diff
Cleanups, ordering, cleaner diff
parent
1d6acf63
No related branches found
No related tags found
2 merge requests
!278
merge develop into production
,
!271
Factoring improvements (VPN client, monitoring exporters)
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
morph/lib/issuer.nix
+2
-0
2 additions, 0 deletions
morph/lib/issuer.nix
morph/lib/monitored-node.nix
+0
-1
0 additions, 1 deletion
morph/lib/monitored-node.nix
morph/lib/storage.nix
+1
-0
1 addition, 0 deletions
morph/lib/storage.nix
nixos/modules/default.nix
+4
-4
4 additions, 4 deletions
nixos/modules/default.nix
with
7 additions
and
5 deletions
morph/lib/issuer.nix
+
2
−
0
View file @
27ef4eb1
...
...
@@ -60,6 +60,8 @@ in {
domains
=
issuerDomains
;
};
services
.
private-storage
.
monitoring
.
exporters
.
node
.
enable
=
true
;
system
.
stateVersion
=
"19.03"
;
};
}
This diff is collapsed.
Click to expand it.
morph/lib/monitored-node.nix
+
0
−
1
View file @
27ef4eb1
...
...
@@ -24,7 +24,6 @@ in {
};
};
services
.
private-storage
.
monitoring
.
exporters
.
node
.
enable
=
true
;
services
.
private-storage
.
monitoring
.
vpn
.
client
=
{
enable
=
true
;
ip
=
monitoringvpnIPv4
;
...
...
This diff is collapsed.
Click to expand it.
morph/lib/storage.nix
+
1
−
0
View file @
27ef4eb1
...
...
@@ -44,6 +44,7 @@ in {
};
};
services
.
private-storage
.
monitoring
.
exporters
.
node
.
enable
=
true
;
services
.
private-storage
.
monitoring
.
exporters
.
tahoe
.
enable
=
true
;
# Turn on the Private Storage (Tahoe-LAFS) service.
...
...
This diff is collapsed.
Click to expand it.
nixos/modules/default.nix
+
4
−
4
View file @
27ef4eb1
...
...
@@ -10,12 +10,12 @@
# configuration. If PaymentServer hasn't been enabled then the
# configuration will just be ignored.
imports
=
[
./packages.nix
./issuer.nix
./private-storage.nix
./monitoring/vpn/client.nix
./monitoring/exporters/node.nix
./monitoring/exporters/promtail.nix
./monitoring/exporters/tahoe.nix
./monitoring/vpn/client.nix
./packages.nix
./private-storage.nix
./monitoring/exporters/promtail.nix
];
}
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