Skip to content

Commit

Permalink
Tweak instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Dec 30, 2024
1 parent 029aded commit 8b922c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/pi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Plug the SD card (or USB drive) into the Raspberry Pi and power it up. You shoul
ssh pi
nixos-rebuild --flake github:carlthome/dotfiles#pi test

# Or build a local configuration on another system and update remotely.
# Or build a local configuration and update the remote.
nixos-rebuild --flake .#pi --target-host pi --use-remote-sudo test

# Or also build on the remote (e.g. if the local machine is macOS):
# Or also build remotely (e.g. if the local machine is macOS):
nixos-rebuild --flake .#pi --fast --build-host pi --target-host pi --use-remote-sudo test
```

Expand Down

0 comments on commit 8b922c9

Please sign in to comment.