secret generators: run with set -efu -o pipefail

This commit is contained in:
lassulus 2024-01-17 18:48:39 +01:00
parent aee0ee4d5e
commit ce5e6bfd10

View File

@ -70,6 +70,7 @@
internal = true;
default = ''
export PATH="${lib.makeBinPath config.path}"
set -efu -o pipefail
${config.script}
'';
};