NixOS on RISCV/VisionFive 2: Difference between revisions

Mel (talk | contribs)
m Typo
Misuzu (talk | contribs)
m pi 5 -> Visionfive 2, piuser -> user
Line 139: Line 139:


=== Deploy and Update the Visionfive 2 NixOS system once it's running NixOS ===
=== Deploy and Update the Visionfive 2 NixOS system once it's running NixOS ===
Once the Pi 5 is running NixOS, you can update it with newer NixOS system configurations using e.g. the usual  <code>nix-rebuild</code>
Once the Visionfive 2 is running NixOS, you can update it with newer NixOS system configurations using e.g. the usual  <code>nix-rebuild</code>


tool with a call similar to
tool with a call similar to


<code>nixos-rebuild --flake .#visionfive2 --build-host piuser@visionfive2 --target-host piuser@visionfive2 --use-remote-sudo switch</code>
<code>nixos-rebuild --flake .#visionfive2 --build-host user@visionfive2 --target-host user@visionfive2 --use-remote-sudo switch</code>


that uses the SSH connection from the remote builder section.
that uses the SSH connection from the remote builder section.