phase 5: add git-crypt-key-nixos agenix entry (additive)
The two legacy entries git-crypt-key-{dotfiles,server-config} stay until
muffin has deployed this config at least once and the new CI pipeline is
green. Phase 6 removes them after cutover.
This commit is contained in:
@@ -167,6 +167,16 @@
|
||||
owner = "gitea-runner";
|
||||
group = "gitea-runner";
|
||||
};
|
||||
# Git-crypt symmetric key for the unified nixos repo.
|
||||
# Added additively in Phase 5 — the two legacy entries above stay until
|
||||
# muffin has deployed this config at least once and the new CI pipeline
|
||||
# is green end-to-end. Phase 6 removes them.
|
||||
git-crypt-key-nixos = {
|
||||
file = ../secrets/server/git-crypt-key-nixos.age;
|
||||
mode = "0400";
|
||||
owner = "gitea-runner";
|
||||
group = "gitea-runner";
|
||||
};
|
||||
|
||||
# Gitea Actions runner registration token
|
||||
gitea-runner-token = {
|
||||
|
||||
Reference in New Issue
Block a user