From d23d7bf78b38fd7976d2dbbc063f406fa04f13d5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 9 Aug 2025 11:02:18 -0700 Subject: add the SSH key for the remote builder All the secrets were rekeyed. --- machines/darwin/aarch64-darwin/mba-m2.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'machines/darwin/aarch64-darwin') 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" -- cgit v1.2.3