MyNixOS website logo
option

networking.wireless.networks.<name>.hidden

Set this to true if the SSID of the network is hidden.

Declarations
Type
boolean
Default
false
Example
{ echelon = {
    hidden = true;
    psk = "abcdefgh";
  };
}