configuration: add commented out wireless example

This commit is contained in:
matthewcroughan 2022-07-13 07:43:23 +01:00
parent 01b3abaf22
commit d04dbc0feb

View File

@ -1,4 +1,16 @@
{
# networking = {
# interfaces."wlan0".useDHCP = true;
# wireless = {
# interfaces = [ "wlan0" ];
# enable = true;
# networks = {
# myWifiNetworkSSID.pskRaw = "29f4be0s82e33c18149cdcfc869f84ce6a8831fb492e35d759468f6103bf8a31"; # pskRaw is the result of running wpa_passphrase 'SSID' 'PASSWORD'
# WIFI_SSID.psk = "WIFI_PASSWORD";
# };
# };
# };
networking.hostName = "visionfive-nix";
# Enable ssh on boot