Okay, let's make sure private-key-file is a string
This commit is contained in:
parent
bab995346e
commit
0c3fd5b522
@ -48,7 +48,7 @@ n "ip=${initrd-cfg.ip}"
|
||||
port = 22;
|
||||
authorizedKeys = admin-ssh-keys;
|
||||
hostKeys = [
|
||||
initrd-cfg.keypair.private-key-file
|
||||
(builtins.trace initrd-cfg.keypair.private-key-file initrd-cfg.keypair.private-key-file)
|
||||
];
|
||||
};
|
||||
};
|
||||
@ -89,7 +89,7 @@ n "ip=${initrd-cfg.ip}"
|
||||
(sshfp: "${hostname} IN SSHFP ${sshfp}")
|
||||
(gen-sshfp-records hostname hostOpts.initrd-network.keypair.public-key))
|
||||
initrd-network-hosts);
|
||||
in concatLists (builtins.trace recs recs);
|
||||
in concatLists recs;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user