secrets: add comment

This commit is contained in:
Erik Arvstedt
2023-08-20 10:54:45 +02:00
parent 70bfb03e88
commit 073161b044
+1
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