fix psk -> pskRaw

This commit is contained in:
ahuston-0 2024-09-20 14:11:45 -04:00
parent 46fcbccdd8
commit 38b05e905c
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -10,19 +10,19 @@ in
userControlled.enable = true; userControlled.enable = true;
networks = { networks = {
"taetaethegae-2.0" = { "taetaethegae-2.0" = {
psk = "ext:PASS_taetaethegae_20"; pskRaw = "ext:PASS_taetaethegae_20";
priority = home; priority = home;
}; };
"k" = { "k" = {
psk = "ext:PASS_k"; pskRaw = "ext:PASS_k";
priority = always; priority = always;
}; };
"Bloomfield".psk = "ext:PASS_bloomfield"; "Bloomfield".pskRaw = "ext:PASS_bloomfield";
"9872441500".psk = "ext:PASS_longboat_home"; "9872441500".pskRaw = "ext:PASS_longboat_home";
"9872441561".psk = "ext:PASS_longboat_home"; "9872441561".pskRaw = "ext:PASS_longboat_home";
"5HuFios".psk = "ext:PASS_longboat_home"; "5HuFios".pskRaw = "ext:PASS_longboat_home";
"24HuFios".psk = "ext:PASS_longboat_home"; "24HuFios".pskRaw = "ext:PASS_longboat_home";
"Verizon_ZLHQ3H".psk = "ext:PASS_angie"; "Verizon_ZLHQ3H".pskRaw = "ext:PASS_angie";
"optimumwifi" = { }; "optimumwifi" = { };
"CableWiFi" = { }; "CableWiFi" = { };
"JPMCVisitor" = { }; "JPMCVisitor" = { };