add wpa_supplicant
This commit is contained in:
parent
72b6d521ac
commit
318a6ba1df
|
@ -7,4 +7,8 @@
|
|||
wireless.userControlled.enable = true;
|
||||
nameservers = [ "1.1.1.1" ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wpa_supplicant
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue