tailscale secret
This commit is contained in:
parent
bc35b7bc8c
commit
4fb3b218bc
5 changed files with 42 additions and 21 deletions
|
|
@ -18,6 +18,6 @@ let
|
|||
"ssh/id_github.pub"
|
||||
"ssh/config"
|
||||
];
|
||||
attrs = (map (secret: {"secrets/${secret}.age".publicKeys = all;}) secrets);
|
||||
|
||||
in builtins.foldl' (acc: curr: acc // curr) {} attrs
|
||||
attrs = map (secret: {"secrets/${secret}.age".publicKeys = all;}) secrets;
|
||||
in
|
||||
builtins.foldl' (acc: curr: acc // curr) {} attrs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue