Skip to content

Commit

Permalink
Workaround for wpa_supplicant startup error
Browse files Browse the repository at this point in the history
  • Loading branch information
sballert committed Mar 17, 2021
1 parent 9993e4b commit d538f82
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 @@ -43,7 +43,10 @@ in {
################################################################################
networking = {
hostName = "nixos";
wireless.enable = true;
wireless = {
enable = true;
interfaces = [ "wlp59s0" ];
};
dhcpcd = {
enable = true;
runHook = ''
Expand Down

0 comments on commit d538f82

Please sign in to comment.