Either the raw pre-shared key in hexadecimal format or the name of the secret (as defined inside and prefixed with ext:
) containing the network pre-shared key.
Be aware that this will be written to the Nix store in plaintext! Always use an external reference.
The external secret can be either the plaintext passphrase or the raw pre-shared key.
Mutually exclusive with psk and auth.
Declarations
Type
null or string matching the pattern ([[:xdigit:]]{64})|(ext:[^=]+)
Default
null
Example
"ext:name_of_the_secret_here"