diff options
author | tv <tv@krebsco.de> | 2019-04-30 20:30:01 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-04-30 20:30:01 +0200 |
commit | 451b61ef0da49e12cb514e4f565b69b4bf343152 (patch) | |
tree | 0e5a632b412a57f3faea51d6e4ce8d788a774ae5 /tv/2configs/urlwatch.nix | |
parent | c7d02cb595f59fd6f4cd471eb44aa3e1b2c13dd7 (diff) |
tv urlwatch: add ssh-audit
Diffstat (limited to 'tv/2configs/urlwatch.nix')
-rw-r--r-- | tv/2configs/urlwatch.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/2configs/urlwatch.nix b/tv/2configs/urlwatch.nix index 7467e8e67..40dc7d237 100644 --- a/tv/2configs/urlwatch.nix +++ b/tv/2configs/urlwatch.nix @@ -42,6 +42,9 @@ in { # ref <stockholm/krebs/3modules>, services.openssh.knownHosts.github* (json https://api.github.com/meta) + # ref <nixpkgs/pkgs/tools/security/ssh-audit> + (json https://api.github.com/repos/arthepsy/ssh-audit/tags) + # 2014-12-20 ref src/nixpkgs/pkgs/tools/networking/tlsdate/default.nix (json https://api.github.com/repos/ioerror/tlsdate/tags) |