Skip to content

Commit

Permalink
feat: pi4 wifi example
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Jan 16, 2024
1 parent b45bb93 commit 8907e1e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hosts/nixos/pi4/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8907e1e

Please sign in to comment.