Skip to content

Commit

Permalink
wpa_supplicant startup error workaround as per NixOS/nixpkgs#101963
Browse files Browse the repository at this point in the history
  • Loading branch information
mkf committed Jun 3, 2021
1 parent 8c63b3e commit a14500d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
boot.loader.grub = import ./grub.nix;
networking.hostName = import ./hostname.nix;

networking.wireless.enable = true; # Enables wpa_supplicant.
networking.wireless = {
enable = true; # Enables wpa_supplicant.
interfaces = ["wlp3s0"]; # https://github.com/NixOS/nixpkgs/issues/101963
};
networking.networkmanager.enable = false;

i18n.defaultLocale = "pl_PL.UTF-8";
Expand Down

0 comments on commit a14500d

Please sign in to comment.