Compare commits
2 commits
e68ae26609
...
b570cf227c
| Author | SHA1 | Date | |
|---|---|---|---|
| b570cf227c | |||
| c0a80c2503 |
2 changed files with 2 additions and 3 deletions
BIN
home/secrets/github/token.age
Normal file
BIN
home/secrets/github/token.age
Normal file
Binary file not shown.
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue