Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlyons committed Oct 31, 2023
1 parent 9d3fe92 commit d9b4eca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,15 @@ In Github, create a private `nix-secrets` repository.
Then, change the `nix-secrets` input in the `flake.nix` to reference it.

#### 6b. Install keys
Before geneating your first build, these keys need to exist in your `~/.ssh` directory. I've provided a few helper commands below. Choose one.
Before geneating your first build, these keys need to exist in your `~/.ssh` directory.

| Key Name | Platform | Description |
|---------------------|------------------|---------------------------------------|
| id_ed25519 | MacOS / NixOS | Used to download secrets from Github. |
| id_ed25519_agenix | MacOS / NixOS | Used to encrypt and decrypt secrets. |

I've provided a few helper commands below. Choose one.

##### Copy keys from USB drive
This script auto-detects a USB drive connected to the current system.
> Keys must be named `id_ed25519` and `id_ed25519_agenix`.
Expand Down Expand Up @@ -205,13 +207,15 @@ In Github, create a private `nix-secrets` repository.
Then, change the `nix-secrets` input in the `flake.nix` to reference it.

#### 2b. Install keys
Before geneating your first build, these keys need to exist in your `~/.ssh` directory. I've provided a few helper commands below. Choose one.
Before geneating your first build, these keys need to exist in your `~/.ssh` directory.

| Key Name | Platform | Description |
|---------------------|------------------|---------------------------------------|
| id_ed25519 | MacOS / NixOS | Used to download secrets from Github. |
| id_ed25519_agenix | MacOS / NixOS | Used to encrypt and decrypt secrets. |

I've provided a few helper commands below. Choose one.

##### Copy keys from USB drive
This script auto-detects a USB drive connected to the current system.
> Keys must be named `id_ed25519` and `id_ed25519_agenix`.
Expand Down

0 comments on commit d9b4eca

Please sign in to comment.