Skip to content
Snippets Groups Projects
Commit b1c831dc authored by Florian Sesser's avatar Florian Sesser
Browse files

Rename monitored-node.nix to monitoringvpn-client.nix

Since that describes it better, especially now that I have
moved the one line that wasn't about the VPN out of it.
parent 27ef4eb1
No related branches found
No related tags found
2 merge requests!278merge develop into production,!271Factoring improvements (VPN client, monitoring exporters)
Pipeline #1883 passed
...@@ -6,7 +6,7 @@ let ...@@ -6,7 +6,7 @@ let
inherit (config.grid.issuer) issuerDomains allowedChargeOrigins; inherit (config.grid.issuer) issuerDomains allowedChargeOrigins;
in { in {
imports = [ imports = [
./monitored-node.nix ./monitoringvpn-client.nix
]; ];
options.grid.issuer = { options.grid.issuer = {
......
File moved
...@@ -6,8 +6,7 @@ let ...@@ -6,8 +6,7 @@ let
in { in {
# Any extra NixOS modules to load on this server. # Any extra NixOS modules to load on this server.
imports = [ imports = [
# Configure the node to be monitored. ./monitoringvpn-client.nix
./monitored-node.nix
]; ];
options.grid.storage = { options.grid.storage = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment