forked from poz/niksos
oops lol !!!! #2
This commit is contained in:
parent
7d9edd29c7
commit
a9584581e6
1 changed files with 1 additions and 1 deletions
|
@ -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)}
|
||||||
|
|
Loading…
Reference in a new issue