From 0e55eb7d9a927372ad859c4e6ed91c0f09dc53ff Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Fri, 8 Dec 2023 14:11:32 -0700 Subject: [PATCH] Explain how to create/edit secrets. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a681c57..41f39a6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ when creating a new droplet). Secrets are managed via [sops-nix](https://github.com/Mic92/sops-nix). The top-level `.sops.yaml` configures the `age` keys used to encrypt all secrets. +Once configured, you can create/edit a new secrets file using `sops` like so: +```bash +$ nix-shell -p sops --run "sops " +``` +Keep in mind that `sops-nix` supports YAML, JSON, INI, dotenv and binary at the +moment. What format is used is determined by ``'s extension. #### Admins