nix-config/home/secrets/secrets.nix
Bruno BELANYI b570cf227c
All checks were successful
ci/woodpecker/push/check Pipeline was successful
home: secrets: add github
2023-05-17 11:13:26 +00:00

10 lines
136 B
Nix

# Common secrets
let
keys = import ../../keys;
all = builtins.attrValues keys.users;
in
{
"github/token.age".publicKeys = all;
}