[Nix-dev] Editor for the configuration file

Sander nixos at humilis.net
Thu Apr 6 11:18:24 CEST 2017


Andreas Meyer wrote (ao):
> One more question for now. To bring up WLAN do I have to enable
> wpa_supplicant and networkmanager in the configuration.nix ?

Not AFAICT, just:

  networking.wireless.networks = {
    "Fast Lane Guest" = {
      psk                                       = "<wifipassword>";
    };
    "CWLANGuest" = {
      psk                                       = "<wifipassword>";
    };
    "KPN" = {
    };
  };

	Sander


More information about the nix-dev mailing list