31 lines
653 B
Nix
31 lines
653 B
Nix
{
|
|
netplan-NM-b4d21f0e-9390-409e-9038-81f46d9d80a4-Livebox-bas = {
|
|
connection = {
|
|
id = "Livebox-bas";
|
|
interface-name = "wlp0s20f3";
|
|
permissions = "user:mysaa:;";
|
|
type = "wifi";
|
|
uuid = "b4d21f0e-9390-409e-9038-81f46d9d80a4";
|
|
};
|
|
ipv4 = {
|
|
method = "auto";
|
|
};
|
|
ipv6 = {
|
|
addr-gen-mode = "default";
|
|
method = "auto";
|
|
};
|
|
proxy = { };
|
|
wifi = {
|
|
mode = "infrastructure";
|
|
ssid = "Livebox-bas";
|
|
};
|
|
wifi-security = {
|
|
auth-alg = "open";
|
|
key-mgmt = "wpa-psk";
|
|
leap-password-flags = "1";
|
|
psk-flags = "1";
|
|
wep-key-flags = "1";
|
|
};
|
|
};
|
|
}
|