diff options
| author | Franck Cuny <fcuny@roblox.com> | 2026-01-12 09:07:51 -0800 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2026-01-12 09:07:51 -0800 |
| commit | 7c8a77ae96014e795e5a3bbaadec248c7e5d0090 (patch) | |
| tree | 9d7c50b5a5670e13e1c617f20c4fb346b39da8be /machines | |
| parent | add my public keys to https://fcuny.net/ssh.pub (diff) | |
| download | infra-main.tar.gz | |
Diffstat (limited to '')
| -rw-r--r-- | machines/mbp-work.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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}"; }; }; |
