MyNixOS website logo
option

networking.wireless.networks.<name>.auth

Use this option to configure advanced authentication methods like EAP. See wpa_supplicant.conf(5) for example configurations.

Be aware that this will be written to the nix store in plaintext! Use an environment variable for secrets.
Mutually exclusive with psk and pskRaw.
Declarations
Type
null or string
Default
null
Example
''
  eap=PEAP
  identity="[email protected]"
  password="@EXAMPLE_PASSWORD@"
''