aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2026-01-12 09:07:51 -0800
committerFranck Cuny <fcuny@roblox.com>2026-01-12 09:07:51 -0800
commit7c8a77ae96014e795e5a3bbaadec248c7e5d0090 (patch)
tree9d7c50b5a5670e13e1c617f20c4fb346b39da8be /machines
parentadd my public keys to https://fcuny.net/ssh.pub (diff)
downloadinfra-main.tar.gz
fix uid on mbp and ensure it can read anthropic's keyHEADmain
Diffstat (limited to '')
-rw-r--r--machines/mbp-work.nix4
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}";
};
};