Jump to content

NixOS on ARM/Raspberry Pi 4: Difference between revisions

m
Right page
imported>Samueldr
m (Remove outdated and wrong information, mark some other as outdated)
imported>Samueldr
m (Right page)
Line 30: Line 30:


== Status ==
== Status ==


The Raspberry Pi 4 Family is only supported as '''AArch64'''. Use as armv7 is community supported.
The Raspberry Pi 4 Family is only supported as '''AArch64'''. Use as armv7 is community supported.
Line 41: Line 40:


Please note: to uncompress the .zstd, one may use the <code>unzstd</code> command (equivalent to <code>zstd -d</code>) on supported machines. The zstd commands can be accessed from the <code>zstd</code> package.
Please note: to uncompress the .zstd, one may use the <code>unzstd</code> command (equivalent to <code>zstd -d</code>) on supported machines. The zstd commands can be accessed from the <code>zstd</code> package.
Sample instructions for [https://nix.dev/tutorials/installing-nixos-on-a-raspberry-pi installing NixOS on a Raspberry Pi] are available at nix.dev.


=== Configuration ===
=== Configuration ===
Anonymous user