configuration: add commented out wireless example
This commit is contained in:
parent
01b3abaf22
commit
d04dbc0feb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user