Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Apr 29, 2024
1 parent 1cffc77 commit 4a32611
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ While working on the next step, you can already start the devshell using:

nix develop

This will be done automatically if you are using [direnv](https://direnv.net/).
This will be done automatically if you are using [direnv](https://direnv.net/) and issue `direnv allow`.

## AWS

Expand All @@ -46,10 +46,13 @@ SRE cluster secret in `~/.age/credentials`:
# cardano-playground: sre
AGE-SECRET-KEY-***********************************************************

If needed, a new secret can be generated with `age-keygen`.

## SSH

If your credentials are correct, you will be able to access SSH after creating
an `./.ssh_config` using:
If your credentials are correct, and the cluster is already bootstrapped with
openTofu infrastructure, you will be able to access SSH after creating an
`./.ssh_config` using:

just save-ssh-config

Expand Down
7 changes: 3 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
nixpkgs.follows = "cardano-parts/nixpkgs";
nixpkgs-unstable.follows = "cardano-parts/nixpkgs-unstable";
flake-parts.follows = "cardano-parts/flake-parts";
cardano-parts.url = "github:input-output-hk/cardano-parts/next-2024-04-19";
# cardano-parts.url = "path:/home/jlotoski/work/iohk/cardano-parts-wt/next-2024-04-19";
cardano-parts.url = "github:input-output-hk/cardano-parts";
# cardano-parts.url = "path:/home/jlotoski/work/iohk/cardano-parts-wt/cardano-parts";

# Local pins for additional customization:
cardano-node.url = "github:IntersectMBO/cardano-node/8.1.2";
Expand Down

0 comments on commit 4a32611

Please sign in to comment.