update flake

This commit is contained in:
2024-09-15 15:11:04 -04:00
parent a575773145
commit b43144cc17
2 changed files with 45 additions and 45 deletions

View File

@ -6,23 +6,23 @@ in
{
networking.wireless = {
enable = true;
environmentFile = config.sops.secrets."wifi-env".path;
secretsFile = config.sops.secrets."wifi-env".path;
userControlled.enable = true;
networks = {
"taetaethegae-2.0" = {
psk = "@PASS_taetaethegae_20@";
psk = "ext:PASS_taetaethegae_20";
priority = home;
};
"k" = {
psk = "@PASS_k@";
psk = "ext:PASS_k";
priority = always;
};
"Bloomfield".psk = "@PASS_bloomfield@";
"9872441500".psk = "@PASS_longboat_home@";
"9872441561".psk = "@PASS_longboat_home@";
"5HuFios".psk = "@PASS_longboat_home@";
"24HuFios".psk = "@PASS_longboat_home@";
"Verizon_ZLHQ3H".psk = "@PASS_angie@";
"Bloomfield".psk = "ext:PASS_bloomfield";
"9872441500".psk = "ext:PASS_longboat_home";
"9872441561".psk = "ext:PASS_longboat_home";
"5HuFios".psk = "ext:PASS_longboat_home";
"24HuFios".psk = "ext:PASS_longboat_home";
"Verizon_ZLHQ3H".psk = "ext:PASS_angie";
"optimumwifi" = { };
"CableWiFi" = { };
"JPMCVisitor" = { };