Fix wireless environment file ref

This commit is contained in:
2023-12-27 13:06:37 +00:00
parent 6f98fbb5cd
commit 9057ebf7fd

View File

@ -26,7 +26,7 @@ in {
wireless = { wireless = {
enable = true; enable = true;
interfaces = cfg.interfaces; interfaces = cfg.interfaces;
environmentFile = config.age.secrets.passwords/networks.path; environmentFile = config.age.secrets."passwords/networks".path;
networks = { networks = {
"Apollo 600 Mbps".psk = "@PSK_APOLLO@"; "Apollo 600 Mbps".psk = "@PSK_APOLLO@";
}; };