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;
key = "testKey";
};
"homeNetwork" = {
"networkPasswords" = {
sopsFile = ./secrets/networking.yaml;
key = "homeNetwork";
key = "networkPasswords";
};
};
};
@@ -61,10 +61,10 @@
networking.wireless = {
enable = true;
secretsFile = config.sops.secrets."homeNetwork".path;
secretsFile = config.sops.secrets."networkPasswords".path;
networks = {
"flooper" = {
psk = "ext:homePsk";
psk = "ext:flooperPsk";
};
"NU-Guest" = {
priority = -1;