From ed14197eb84eb5a94ac9fbfe06a90f5baf307584 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Wed, 22 Jan 2025 14:05:57 +0200 Subject: [PATCH] Add notes about changing secrets --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3eaa3c7..4899007 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,6 @@ Usage: sops $file # To edit a file sops-rekey # To rekey all secrets, e.g. after a key rollover or new host ``` + +After changing secrets, don't forget to push the sub-repository and run +`nix flake update private` in the infrastructure repository to use the changes in builds.