secrets: add comment

This commit is contained in:
Erik Arvstedt
2023-07-09 16:17:25 +02:00
parent 70bfb03e88
commit 073161b044

View File

@@ -80,6 +80,7 @@ let
rpcauth = pkgs.writers.writeBash "rpcauth" ''
exec ${pkgs.python3}/bin/python ${rpcauthSrc} "$@"
'';
# Writes secrets to PWD
in pkgs.writers.writeBash "generate-secrets" ''
set -euo pipefail