base/networking: updated wifi networks

This commit is contained in:
Aly Raffauf 2024-06-22 18:09:39 -04:00
parent 429316ac46
commit f9b00d30a7
4 changed files with 26 additions and 10 deletions

View file

@ -34,7 +34,7 @@
terminal = ["<Primary><Alt>" "<Super>t"];
home = ["<Super>f" "XF86Explorer"];
};
"org/cinnamon/desktop/keybindings/wm" = {
# TODO: Declaratively disable conflict with panel applet.
close = ["<Alt>F4" "<Super>c"];

View file

@ -45,7 +45,7 @@
style-panel = 0;
unblur-in-overview = true;
};
"org/gnome/system/location".enabled = true;
};
};

View file

@ -21,16 +21,17 @@
config.age.secrets.wifi.path
];
profiles = {
"Dustins iPhone" = {
"Dustin's A54" = {
connection = {
id = "Dustins iPhone";
id = "Dustin's A54";
type = "wifi";
uuid = "fc221cbd-b6fd-44e0-8679-5998933b2fff";
};
wifi.ssid = "Dustins iPhone";
wifi.ssid = "Dustin's A54";
wifi-security = {
auth-alg = "open";
key-mgmt = "wpa-psk";
psk = "$DustinsiPhonePSK";
psk = "$DustinsA54PSK";
};
};
@ -38,6 +39,7 @@
connection = {
id = "javapatron";
type = "wifi";
uuid = "bb61beaa-ec07-404c-bbce-5a08ae355de7";
};
wifi.ssid = "javapatron";
wifi-security = {
@ -46,6 +48,19 @@
};
};
"Taproom Public WiFi" = {
connection = {
id = "Taproom Public WiFi";
type = "wifi";
uuid = "d79280e9-4a22-4125-9583-eb7b80abfeb6";
};
wifi.ssid = "Taproom Public WiFi";
wifi-security = {
auth-alg = "open";
key-mgmt = "wpa-psk";
};
};
Stargate-Discovery = {
connection = {
id = "Stargate-Discovery";
@ -59,16 +74,17 @@
};
};
wattson = {
wallace = {
connection = {
id = "wattson";
id = "wallace";
type = "wifi";
uuid = "6896b13d-9717-4a8d-8a08-2a97139bf833";
};
wifi.ssid = "wattson";
wifi.ssid = "wallace";
wifi-security = {
auth-alg = "open";
key-mgmt = "wpa-psk";
psk = "$wattsonPSK";
psk = "$wallacePSK";
};
};

Binary file not shown.