nixos-mod/secrix: set secrix host public key

main
Felix Stupp 1 year ago
parent 1a33aeeeef
commit d555529245
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -67,6 +67,8 @@ in
hostIdentityFile = lib.mkIf (cfg.hostKeyType != null) (lib.mkDefault hostKeyPrivate);
hostPubKey = myOpts.sshHostPublicKey;
};

Loading…
Cancel
Save