72 lines
1.7 KiB
Nix
72 lines
1.7 KiB
Nix
{
|
|
eduroam-IPv6only = {
|
|
"802-1x" = {
|
|
anonymous-identity = "anonymous@ens-lyon.fr";
|
|
ca-cert = "/usr/share/ca-certificates/mozilla/USERTrust_RSA_Certification_Authority.crt";
|
|
domain-suffix-match = "ens-lyon.fr";
|
|
eap = "peap";
|
|
identity = "savrillo@ens-lyon.fr";
|
|
password-flags = "1";
|
|
phase2-auth = "mschapv2";
|
|
};
|
|
connection = {
|
|
id = "eduroam-IPv6only";
|
|
interface-name = "wlp0s20f3";
|
|
permissions = "user:mysaa:;";
|
|
type = "wifi";
|
|
uuid = "547de9c2-ff34-4bbe-bb3f-f5e8dbec032c";
|
|
};
|
|
ipv4 = {
|
|
method = "auto";
|
|
};
|
|
ipv6 = {
|
|
addr-gen-mode = "1";
|
|
may-fail = "false";
|
|
method = "auto";
|
|
};
|
|
proxy = { };
|
|
wifi = {
|
|
mode = "infrastructure";
|
|
ssid = "eduroam-IPv6only";
|
|
};
|
|
wifi-security = {
|
|
auth-alg = "open";
|
|
key-mgmt = "wpa-eap";
|
|
};
|
|
};
|
|
eduroam = {
|
|
"802-1x" = {
|
|
anonymous-identity = "anonymous@ens-lyon.fr";
|
|
ca-cert = "/etc/ssl/certs/USERTrust_RSA_Certification_Authority.pem";
|
|
domain-suffix-match = "ens-lyon.fr";
|
|
eap = "peap";
|
|
identity = "savrillo@ens-lyon.fr";
|
|
password-flags = "1";
|
|
phase2-auth = "mschapv2";
|
|
};
|
|
connection = {
|
|
id = "eduroam";
|
|
interface-name = "wlp0s20f3";
|
|
permissions = "user:mysaa:;";
|
|
type = "wifi";
|
|
uuid = "d2af0c3b-b464-480d-8cd2-2a04705d063f";
|
|
};
|
|
ipv4 = {
|
|
method = "auto";
|
|
};
|
|
ipv6 = {
|
|
addr-gen-mode = "1";
|
|
method = "auto";
|
|
};
|
|
proxy = { };
|
|
wifi = {
|
|
mode = "infrastructure";
|
|
ssid = "eduroam";
|
|
};
|
|
wifi-security = {
|
|
auth-alg = "open";
|
|
key-mgmt = "wpa-eap";
|
|
};
|
|
};
|
|
}
|