secrets: add comment
This commit is contained in:
parent
70bfb03e88
commit
073161b044
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ let
|
||||||
rpcauth = pkgs.writers.writeBash "rpcauth" ''
|
rpcauth = pkgs.writers.writeBash "rpcauth" ''
|
||||||
exec ${pkgs.python3}/bin/python ${rpcauthSrc} "$@"
|
exec ${pkgs.python3}/bin/python ${rpcauthSrc} "$@"
|
||||||
'';
|
'';
|
||||||
|
# Writes secrets to PWD
|
||||||
in pkgs.writers.writeBash "generate-secrets" ''
|
in pkgs.writers.writeBash "generate-secrets" ''
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue