options: set default for sshHostPublicKey to null

to fix secrix correctly detecting viable systems
main
Felix Stupp 1 year ago
parent b7fb087660
commit cd259fc7e8
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -21,6 +21,7 @@
This is used by other option{x-banananetwork} modules.
'';
type = with lib.types; nullOr str;
default = null;
example = "ssh-ed25519 ";
};

Loading…
Cancel
Save