oops lol !!!! #2

This commit is contained in:
jacekpoz 2024-03-06 12:21:02 +01:00
parent 7d9edd29c7
commit a9584581e6
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -90,7 +90,7 @@ in {
} }
${ ${
if value.publicKey != null then if value.publicKey != null then
"IdentityFile ${pkgs.writeFile "${name}.pub" value.publicKey}" "IdentityFile ${pkgs.writeText "${name}.pub" value.publicKey}"
else "" else ""
} }
'') cfg.agent.hostAliases)} '') cfg.agent.hostAliases)}