From 7c8a77ae96014e795e5a3bbaadec248c7e5d0090 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 12 Jan 2026 09:07:51 -0800 Subject: fix uid on mbp and ensure it can read anthropic's key --- machines/mbp-work.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/mbp-work.nix b/machines/mbp-work.nix index 851444a..ba1c349 100644 --- a/machines/mbp-work.nix +++ b/machines/mbp-work.nix @@ -1,8 +1,10 @@ { adminUser, pkgs, ... }: { + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINXiA49xsrOJp7wOTYeX5+9o3gly8LyN6gvJoNVQmswv"; + age.secrets = { anthropic-api-key = { - file = ../secrets/users/fcuny/anthropic-api-key.age; + file = ../secrets/anthropic-api-key.age; owner = "${toString adminUser.uid}"; }; }; -- cgit v1.2.3