universedesktop: Update wireless config

This commit is contained in:
2024-08-14 12:06:58 -04:00
parent c312193c48
commit b71294c885
2 changed files with 6 additions and 4 deletions

View File

@@ -62,6 +62,8 @@
networking.wireless.enable = true;
networking.wireless.networks = {
"@SSID_HOME@".psk = "@PSK_HOME@";
"@SSID_HOME@5G".psk = "@PSK_HOME@";
"@SSID_HOME@ 5G".psk = "@PSK_HOME@";
};
hardware.bluetooth.enable = true;