mirror of
https://github.com/ryantm/agenix.git
synced 2024-12-23 08:08:29 +03:00
remove trace
This commit is contained in:
parent
202ea075cf
commit
9388c9bbad
1 changed files with 1 additions and 6 deletions
|
@ -67,12 +67,7 @@ let
|
||||||
chown ${secretType.owner}:${secretType.group} "${secretType.path}"
|
chown ${secretType.owner}:${secretType.group} "${secretType.path}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installAllSecrets =
|
installAllSecrets = builtins.concatStringsSep (map installSecret (builtins.attrValues cfg.secrets));
|
||||||
|
|
||||||
let
|
|
||||||
st = (map installSecret (builtins.attrValues cfg.secrets));
|
|
||||||
a = builtins.concatStringsSep "\n" st;
|
|
||||||
in builtins.trace (builtins.toString st) a;
|
|
||||||
|
|
||||||
in {
|
in {
|
||||||
options.age = {
|
options.age = {
|
||||||
|
|
Loading…
Reference in a new issue