pkgs/well-known-ssh-known-hosts: Pin some regularly used SSH host keys
This commit is contained in:
6
pkgs/well-known-ssh-known-hosts/default.nix
Normal file
6
pkgs/well-known-ssh-known-hosts/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ runCommand, ... }:
|
||||
|
||||
runCommand "well-known-ssh-known-hosts" {} ''
|
||||
mkdir -p $out
|
||||
cp ${./well-known-ssh-known-hosts} $out/known_hosts
|
||||
''
|
||||
Reference in New Issue
Block a user