From 414a3879d083fb3ac4965a35fedf53a3dc5822a7 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Thu, 5 Mar 2026 21:39:14 +0100 Subject: [PATCH] docs(secrets): fix wrong instructions --- secrets/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secrets/README.md b/secrets/README.md index 00021e1..d6d0f30 100644 --- a/secrets/README.md +++ b/secrets/README.md @@ -5,13 +5,13 @@ ```bash nix run nixpkgs#ssh-to-age -- \ -private-key \ - -i $HOME/.ssh/id_ed25519 \ + -i /etc/ssh/ssh_host_ed25519_key \ -o $HOME/.config/sops/age/keys.txt ``` 2) Obtain age recipient for the machine ```bash -cat /etc/ssh/ssh_host_ed25519_key.pub | nix run nixpkgs#ssh-to-age | wl-copy +cat /etc/ssh/ssh_host_ed25519_key.pub | nix run nixpkgs#ssh-to-age ``` 3) Paste obtained key into `.sops.yaml`