Working wifi
This commit is contained in:
parent
b269a2afd1
commit
5734f6f263
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
networking.wireless = {
|
||||
secretsFile = "/run/agenix/secret1";
|
||||
enable = true;
|
||||
userControlled.enable = true;
|
||||
userControlled.enable = true; # Allows for wpa_cli
|
||||
networks = {
|
||||
"eduroam" = {
|
||||
hidden = true;
|
||||
|
@ -99,7 +99,7 @@
|
|||
"CC Oosterdok" = {
|
||||
extraConfig = ''
|
||||
ssid="Coffeecompany"
|
||||
bssid=b0:f2:08:43:54:d5
|
||||
bssid=f0:9f:c2:f5:cf:44
|
||||
'';
|
||||
auth = ''
|
||||
key_mgmt=NONE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue