Skip to content
Snippets Groups Projects
Commit c763001c authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Remove a couple more PrivateStorageSecrets references

They're only example but they scare me when they show up in grep results
parent adb50f39
No related branches found
No related tags found
4 merge requests!140Merge staging into production,!122Merge develop into staging,!115Continuous deployment for the grid systems,!112Draft: Try having morph build everything it wants and then caching it
...@@ -48,7 +48,7 @@ in { ...@@ -48,7 +48,7 @@ in {
}; };
endpointPublicKeyFile = lib.mkOption { endpointPublicKeyFile = lib.mkOption {
type = lib.types.path; type = lib.types.path;
example = lib.literalExample ../PrivateStorageSecrets/monitoringvpn/server.pub; example = lib.literalExample ./monitoringvpn/server.pub;
description = '' description = ''
File with base64 public key generated by <command>cat private.key | wg pubkey > pubkey.pub</command>. File with base64 public key generated by <command>cat private.key | wg pubkey > pubkey.pub</command>.
''; '';
...@@ -71,4 +71,3 @@ in { ...@@ -71,4 +71,3 @@ in {
}; };
}; };
} }
...@@ -51,7 +51,7 @@ in { ...@@ -51,7 +51,7 @@ in {
}; };
pubKeysPath = lib.mkOption { pubKeysPath = lib.mkOption {
type = lib.types.path; type = lib.types.path;
example = lib.literalExample ../PrivateStorageSecrets/monitoringvpn; example = lib.literalExample ./monitoringvpn;
description = '' description = ''
The path to the directory that holds the public keys. The path to the directory that holds the public keys.
''; '';
...@@ -69,4 +69,3 @@ in { ...@@ -69,4 +69,3 @@ in {
}; };
}; };
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment