pkgs/clerie-ssh-known-hosts: Pin some more SSH host keys that can net be retrieved automatically
This commit is contained in:
@@ -17,5 +17,9 @@ in writeTextFile {
|
||||
destination = "/known_hosts";
|
||||
allowSubstitutes = true;
|
||||
preferLocalBuild = false;
|
||||
text = knownHosts;
|
||||
text = ''
|
||||
${knownHosts}
|
||||
|
||||
${builtins.readFile ./additional-ssh-known-hosts}
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user