nixos-mod: add common option sshHostPublicKey

main
Felix Stupp 2 months ago
parent e66295f31a
commit 1a33aeeeef
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -13,6 +13,18 @@
x-banananetwork = { x-banananetwork = {
sshHostPublicKey = lib.mkOption {
description = ''
SSH host public key of that system.
This is used by other option{x-banananetwork} modules.
'';
type = with lib.types; nullOr str;
example = lib.literalExpression ''
ssh-ed25519
'';
};
sshPublicKeys = lib.mkOption { sshPublicKeys = lib.mkOption {
description = '' description = ''
SSH public keys used to manage this system. SSH public keys used to manage this system.

Loading…
Cancel
Save