ci: add git-crypt unlock for server-config build-time secrets
Some checks failed
Build and Deploy / deploy (push) Failing after 15m15s

This commit is contained in:
2026-03-30 21:14:54 -04:00
parent ed7fda31fe
commit a6c40df359
3 changed files with 12 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ jobs:
with:
fetch-depth: 0
- name: Unlock git-crypt
run: |
git-crypt unlock /run/agenix/git-crypt-key-server-config
- name: Build NixOS configuration
run: |
nix build .#nixosConfigurations.muffin.config.system.build.toplevel -L