keytab -> keypair typo
This commit is contained in:
parent
2a338d45fb
commit
f79530b949
|
@ -12,7 +12,7 @@ let
|
|||
|
||||
parisKeypairs = config.fudo.secrets.files.ssh.host-keypairs.paris;
|
||||
|
||||
keytabFilename = keypair: "host-paris-${keypair.key-type}-private-key";
|
||||
keypairFilename = keypair: "host-paris-${keypair.key-type}-private-key";
|
||||
|
||||
in {
|
||||
options.fudo.paris-container = with types; {
|
||||
|
|
Loading…
Reference in New Issue