aboutsummaryrefslogtreecommitdiff
path: root/machines/mbp-work.nix
diff options
context:
space:
mode:
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}";
};
};