Compare commits

...

2 commits

Author SHA1 Message Date
b570cf227c home: secrets: add github
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-05-17 11:13:26 +00:00
c0a80c2503 home: secrets: fix public keys list 2023-05-17 11:12:18 +00:00
2 changed files with 2 additions and 3 deletions

Binary file not shown.

View file

@ -2,9 +2,8 @@
let
keys = import ../../keys;
# deadnix: skip
all = keys.users;
all = builtins.attrValues keys.users;
in
{
# Add secrets here
"github/token.age".publicKeys = all;
}