NixOS on ARM: Difference between revisions
imported>Makefu |
imported>Makefu |
||
| Line 131: | Line 131: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Use <code>nix-shell -p screen --run "screen /dev/ttyUSB0 115200"</code> to connect to the console. | Use <code>nix-shell -p screen --run "screen /dev/ttyUSB0 115200"</code> to connect to the console. | ||
{{note|Right now (2017-10-08) wifi is not working out of the box on the Raspberrypi 3, you will need to use ethernet. Add the following to your configuration.nix | {{note|Right now (2017-10-08) wifi is not working out of the box on the Raspberrypi 3, you will need to use ethernet. Add the following to your configuration.nix. This requires linux kernel > 4.13.0 }} | ||
<syntaxhighlight lang=nix> | <syntaxhighlight lang=nix> | ||
{ | { | ||