This repository was archived by the owner on Mar 23, 2025. It is now read-only.
Replies: 1 comment
-
Hey @nullcount. I believe you are basically asking "How do I setup wifi on NixOS?". The relevant section of the NixOS manual is here. You could configure it directly in the config as demonstrated here, or enable network manager (manual) and connect with something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make SD card image for Pi Zero 2W.
The example/default.nix was edited to remove the line
eth0.useDHCP = true;
The SD image was built, flashed, and booted on PiZero2w
However, I cannot find how to connect to WiFi.
ip addr
shows interfaceslo
andwlan0
(status: DOWN)I tried
ifconfig wlan0 up
but thewlan0
still shows (status: DOWN)I'd like to use networkmanager to set the SSID and psk for wireless networks in the configuration.
What files/snippets should I edit before building another SD card?
Maybe it would be helpful to include a note on WiFi in the README.
Beta Was this translation helpful? Give feedback.
All reactions