mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
base/networking: updated wifi networks
This commit is contained in:
parent
429316ac46
commit
f9b00d30a7
|
@ -34,7 +34,7 @@
|
||||||
terminal = ["<Primary><Alt>" "<Super>t"];
|
terminal = ["<Primary><Alt>" "<Super>t"];
|
||||||
home = ["<Super>f" "XF86Explorer"];
|
home = ["<Super>f" "XF86Explorer"];
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/cinnamon/desktop/keybindings/wm" = {
|
"org/cinnamon/desktop/keybindings/wm" = {
|
||||||
# TODO: Declaratively disable conflict with panel applet.
|
# TODO: Declaratively disable conflict with panel applet.
|
||||||
close = ["<Alt>F4" "<Super>c"];
|
close = ["<Alt>F4" "<Super>c"];
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
style-panel = 0;
|
style-panel = 0;
|
||||||
unblur-in-overview = true;
|
unblur-in-overview = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/system/location".enabled = true;
|
"org/gnome/system/location".enabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -21,16 +21,17 @@
|
||||||
config.age.secrets.wifi.path
|
config.age.secrets.wifi.path
|
||||||
];
|
];
|
||||||
profiles = {
|
profiles = {
|
||||||
"Dustin’s iPhone" = {
|
"Dustin's A54" = {
|
||||||
connection = {
|
connection = {
|
||||||
id = "Dustin’s iPhone";
|
id = "Dustin's A54";
|
||||||
type = "wifi";
|
type = "wifi";
|
||||||
|
uuid = "fc221cbd-b6fd-44e0-8679-5998933b2fff";
|
||||||
};
|
};
|
||||||
wifi.ssid = "Dustin’s iPhone";
|
wifi.ssid = "Dustin's A54";
|
||||||
wifi-security = {
|
wifi-security = {
|
||||||
auth-alg = "open";
|
auth-alg = "open";
|
||||||
key-mgmt = "wpa-psk";
|
key-mgmt = "wpa-psk";
|
||||||
psk = "$DustinsiPhonePSK";
|
psk = "$DustinsA54PSK";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -38,6 +39,7 @@
|
||||||
connection = {
|
connection = {
|
||||||
id = "javapatron";
|
id = "javapatron";
|
||||||
type = "wifi";
|
type = "wifi";
|
||||||
|
uuid = "bb61beaa-ec07-404c-bbce-5a08ae355de7";
|
||||||
};
|
};
|
||||||
wifi.ssid = "javapatron";
|
wifi.ssid = "javapatron";
|
||||||
wifi-security = {
|
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 = {
|
Stargate-Discovery = {
|
||||||
connection = {
|
connection = {
|
||||||
id = "Stargate-Discovery";
|
id = "Stargate-Discovery";
|
||||||
|
@ -59,16 +74,17 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
wattson = {
|
wallace = {
|
||||||
connection = {
|
connection = {
|
||||||
id = "wattson";
|
id = "wallace";
|
||||||
type = "wifi";
|
type = "wifi";
|
||||||
|
uuid = "6896b13d-9717-4a8d-8a08-2a97139bf833";
|
||||||
};
|
};
|
||||||
wifi.ssid = "wattson";
|
wifi.ssid = "wallace";
|
||||||
wifi-security = {
|
wifi-security = {
|
||||||
auth-alg = "open";
|
auth-alg = "open";
|
||||||
key-mgmt = "wpa-psk";
|
key-mgmt = "wpa-psk";
|
||||||
psk = "$wattsonPSK";
|
psk = "$wallacePSK";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
BIN
secrets/wifi.age
BIN
secrets/wifi.age
Binary file not shown.
Loading…
Reference in a new issue