diff --git a/systems/ful/panoptikon.nix b/systems/ful/panoptikon.nix index 02f3d83..b2f4e76 100644 --- a/systems/ful/panoptikon.nix +++ b/systems/ful/panoptikon.nix @@ -24,7 +24,14 @@ in { enable = true; watchers = { "github-meta" = { - script = panoptikon.urlJSON {} "https://api.github.com/meta"; + script = panoptikon.urlJSON { + jqScript = '' + { + ssh_key_fingerprints: .ssh_key_fingerprints, + ssh_keys: .ssh_keys + } + ''; + } "https://api.github.com/meta"; reporters = [irc-xxx]; }; lammla = {