update networking.wireless config

This commit is contained in:
2025-06-10 12:07:05 -05:00
parent 05e0bcd923
commit 28b2c7a914
+4 -4
View File
@@ -46,9 +46,9 @@
sopsFile = ./secrets/roy.json; sopsFile = ./secrets/roy.json;
key = "testKey"; key = "testKey";
}; };
"homeNetwork" = { "networkPasswords" = {
sopsFile = ./secrets/networking.yaml; sopsFile = ./secrets/networking.yaml;
key = "homeNetwork"; key = "networkPasswords";
}; };
}; };
}; };
@@ -61,10 +61,10 @@
networking.wireless = { networking.wireless = {
enable = true; enable = true;
secretsFile = config.sops.secrets."homeNetwork".path; secretsFile = config.sops.secrets."networkPasswords".path;
networks = { networks = {
"flooper" = { "flooper" = {
psk = "ext:homePsk"; psk = "ext:flooperPsk";
}; };
"NU-Guest" = { "NU-Guest" = {
priority = -1; priority = -1;