diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-09 11:02:18 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-09 11:02:18 -0700 |
| commit | d23d7bf78b38fd7976d2dbbc063f406fa04f13d5 (patch) | |
| tree | 1ecf84d2efb861a854918dfd88f30251561e4a36 /machines/darwin/aarch64-darwin/mba-m2.nix | |
| parent | ignore terraform caches (diff) | |
| download | infra-d23d7bf78b38fd7976d2dbbc063f406fa04f13d5.tar.gz | |
add the SSH key for the remote builder
All the secrets were rekeyed.
Diffstat (limited to 'machines/darwin/aarch64-darwin/mba-m2.nix')
| -rw-r--r-- | machines/darwin/aarch64-darwin/mba-m2.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/darwin/aarch64-darwin/mba-m2.nix b/machines/darwin/aarch64-darwin/mba-m2.nix index 1cd9aa8..9970e62 100644 --- a/machines/darwin/aarch64-darwin/mba-m2.nix +++ b/machines/darwin/aarch64-darwin/mba-m2.nix @@ -5,6 +5,15 @@ ... }: { + + age = { + secrets = { + ssh-remote-builder = { + file = "${self}/secrets/ssh-remote-builder.age"; + }; + }; + }; + imports = [ "${self}/profiles/home-manager.nix" "${self}/profiles/darwin.nix" |
