Remove no longer required known_hosts workaround

This commit is contained in:
Sandro - 2023-01-05 00:36:03 +01:00
parent c162f15462
commit c020327913
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ in
script = ''
mkdir -p .ssh
cp ${config.sops.secrets."c3d2-dns/ssh-private-key".path} .ssh/id_ed25519
echo "gitea.c3d2.de ${lib.head (import ../../ssh-public-keys.nix).hosts.gitea}" > .ssh/known_hosts
chmod 0600 .ssh/id_ed25519
# Build at least once