diff --git a/hosts/nixos/pi4/hardware-configuration.nix b/hosts/nixos/pi4/hardware-configuration.nix index 0e83ac5..d78a447 100644 --- a/hosts/nixos/pi4/hardware-configuration.nix +++ b/hosts/nixos/pi4/hardware-configuration.nix @@ -37,6 +37,14 @@ swapDevices = [ ]; + # networking.wireless = { + # enable = true; + # interfaces = ["wlan0"]; + # networks = { + # "SSID_HERE" = { psk = "PASSWORD_HERE"; }; + # }; + # }; + # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's # still possible to use this option, but it's recommended to use it in conjunction