mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
base/networking: added javalords wifi network
This commit is contained in:
parent
5a5a8dcb13
commit
efb5e91158
|
@ -21,6 +21,29 @@
|
|||
config.age.secrets.wifi.path
|
||||
];
|
||||
profiles = {
|
||||
"Dustin’s iPhone" = {
|
||||
connection = {
|
||||
id = "Dustin’s iPhone";
|
||||
type = "wifi";
|
||||
};
|
||||
wifi.ssid = "Dustin’s iPhone";
|
||||
wifi-security = {
|
||||
auth-alg = "open";
|
||||
key-mgmt = "wpa-psk";
|
||||
psk = "$DustinsiPhonePSK";
|
||||
};
|
||||
};
|
||||
javapatron = {
|
||||
connection = {
|
||||
id = "javapatron";
|
||||
type = "wifi";
|
||||
};
|
||||
wifi.ssid = "javapatron";
|
||||
wifi-security = {
|
||||
auth-alg = "open";
|
||||
key-mgmt = "wpa-psk";
|
||||
};
|
||||
};
|
||||
Stargate-Discovery = {
|
||||
connection = {
|
||||
id = "Stargate-Discovery";
|
||||
|
@ -45,18 +68,7 @@
|
|||
psk = "$wattsonPSK";
|
||||
};
|
||||
};
|
||||
"Dustin’s iPhone" = {
|
||||
connection = {
|
||||
id = "Dustin’s iPhone";
|
||||
type = "wifi";
|
||||
};
|
||||
wifi.ssid = "Dustin’s iPhone";
|
||||
wifi-security = {
|
||||
auth-alg = "open";
|
||||
key-mgmt = "wpa-psk";
|
||||
psk = "$DustinsiPhonePSK";
|
||||
};
|
||||
};
|
||||
|
||||
WeWorkWiFi = {
|
||||
"802-1x" = {
|
||||
eap = "peap;";
|
||||
|
|
Loading…
Reference in a new issue