fdhjgdjh
This commit is contained in:
parent
3b6cd4f955
commit
853aeabb94
2 changed files with 17 additions and 7 deletions
|
|
@ -21,24 +21,34 @@ in {
|
||||||
networking.wireless = {
|
networking.wireless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userControlled.enable = true;
|
userControlled.enable = true;
|
||||||
|
allowAuxiliaryImperativeNetworks = true;
|
||||||
|
|
||||||
secretsFile = toString config.age.secrets.wifi.path;
|
secretsFile = toString config.age.secrets.wifi.path;
|
||||||
|
|
||||||
networks = {
|
networks = {
|
||||||
"Wi-Fi de Ruiters" = {
|
"Wi-Fi de Ruiters" = {
|
||||||
pskRaw = "ext:psk_wifideruiter";
|
psk = "ext:psk_ruiter";
|
||||||
};
|
};
|
||||||
|
|
||||||
"kargadoor" = {
|
"kargadoor" = {
|
||||||
pskRaw = "ext:psk_kargadoor";
|
psk = "ext:psk_kargadoor";
|
||||||
};
|
};
|
||||||
|
|
||||||
"eduroam" = {
|
"Hete plek" = {
|
||||||
|
psk = "ext:psk_hotspot";
|
||||||
|
};
|
||||||
|
|
||||||
|
"Woestgaafsecure Gamelab" = {
|
||||||
|
psk = "ext:psk_sticky";
|
||||||
|
};
|
||||||
|
|
||||||
|
"Utrecht University" = {
|
||||||
|
authProtocols = ["WPA-EAP"];
|
||||||
auth = ''
|
auth = ''
|
||||||
key_mgmt=WPA-EAP
|
eap=PEAP
|
||||||
eap=PWD
|
identity="k.j.deruiter@students.uu.nl"
|
||||||
identity="ext:identity_eduroam"
|
password="ext:psk_uni"
|
||||||
password="ext:psk_eduroam"
|
phase2="auth=MSCHAPV2"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
BIN
secrets/wifi.age
BIN
secrets/wifi.age
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue