Some checks failed
Run nix flake check / flake-check (push) Failing after 4m51s
- Configure builder to build nixos-servers and nixos (gunter) repos - Add builder NKey to Vault secrets - Update NATS permissions for builder, test-deployer, and admin-deployer - Grant nix-cache02 access to shared homelab-deploy secrets Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
73 B
Nix
6 lines
73 B
Nix
{ ... }: {
|
|
imports = [
|
|
./configuration.nix
|
|
./builder.nix
|
|
];
|
|
} |