mirror of
https://github.com/ryantm/agenix.git
synced 2024-12-22 15:48:30 +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}"
|
||||
'';
|
||||
|
||||
installAllSecrets =
|
||||
|
||||
let
|
||||
st = (map installSecret (builtins.attrValues cfg.secrets));
|
||||
a = builtins.concatStringsSep "\n" st;
|
||||
in builtins.trace (builtins.toString st) a;
|
||||
installAllSecrets = builtins.concatStringsSep (map installSecret (builtins.attrValues cfg.secrets));
|
||||
|
||||
in {
|
||||
options.age = {
|
||||
|
|
Loading…
Reference in a new issue