From 2974e205f1279e46dafe8a2fbca5c19365e33b57 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 17 Sep 2023 20:48:04 +0900 Subject: [PATCH] Update instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d062edf2..14fd0c4b 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Completed ToDo List [here](complete.md) * `nix-shell -p sops --run "sops secrets/secret_file.yml"` * New shell alias: `sops secrets/secret_file.yml` 2. When you add a new machine, you must update the secrets files encryption. - * Run `sops-update secrets/secrets.yaml` and commit the change. + * Run `cd /etc/nixos/git; nix-shell; sops-update secrets/secrets.yaml` and commit the change. # Lanzaboote / SecureBoot * Instructions here - [Link](https://git.sysctl.io/Mirrors/lanzaboote/src/branch/master/docs/QUICK_START.md)