Skip to content

Commit

Permalink
Merge pull request #119 from holochain/chore-readme-macos-01
Browse files Browse the repository at this point in the history
docs: add README for macos-01
  • Loading branch information
steveej authored Jun 13, 2024
2 parents 0506536 + 55a904c commit 2da8aed
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modules/flake-parts/darwinConfigurations.macos-01/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

Commands that were performed on the machine for a successful deployment:

```shell
nix run .#ssh-macos-01
echo "%admin ALL = (ALL) NOPASSWD: ALL" | sudo tee -a /etc/sudoers
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
exit
nix run .#ssh-macos-01
exit
nix run .\#deploy-macos-01
nix run .#ssh-linux-builder-01 "timeout 10s ssh -o StrictHostKeyChecking=accept-new builder@167.235.13.208; nix store ping --store 'ssh-ng://builder@167.235.13.208'"
```

0 comments on commit 2da8aed

Please sign in to comment.