Update instructions

This commit is contained in:
iFargle 2023-09-17 20:48:04 +09:00
parent faf83a8eae
commit 2974e205f1

View file

@ -120,7 +120,7 @@ Completed ToDo List [here](complete.md)
* `nix-shell -p sops --run "sops secrets/secret_file.yml"` * `nix-shell -p sops --run "sops secrets/secret_file.yml"`
* New shell alias: `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. 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 # Lanzaboote / SecureBoot
* Instructions here - [Link](https://git.sysctl.io/Mirrors/lanzaboote/src/branch/master/docs/QUICK_START.md) * Instructions here - [Link](https://git.sysctl.io/Mirrors/lanzaboote/src/branch/master/docs/QUICK_START.md)