NixOS on RISCV/VisionFive 2: Difference between revisions
m Typo |
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 | 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 | <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. | ||