test
This commit is contained in:
parent
1ddbc94e25
commit
a3e3f0d27d
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
wireless = {
|
wireless = {
|
||||||
environmentFiles = [ /run/secrets/wireless-psk ];
|
environmentFile = [ /run/secrets/wireless/copeland-5g-psk ];
|
||||||
enable = true;
|
enable = true;
|
||||||
networks = {
|
networks = {
|
||||||
"copeland-5g" = {
|
"copeland-5g" = {
|
||||||
hidden = false;
|
hidden = false;
|
||||||
psk = "$copeland-5g-psk";
|
psk = "$copeland-5g";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue