aboutsummaryrefslogtreecommitdiff
path: root/machines/mbp-work.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--machines/mbp-work.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/machines/mbp-work.nix b/machines/mbp-work.nix
index 16d9c59..851444a 100644
--- a/machines/mbp-work.nix
+++ b/machines/mbp-work.nix
@@ -1,5 +1,12 @@
{ adminUser, pkgs, ... }:
{
+ age.secrets = {
+ anthropic-api-key = {
+ file = ../secrets/users/fcuny/anthropic-api-key.age;
+ owner = "${toString adminUser.uid}";
+ };
+ };
+
imports = [
../profiles/darwin.nix
../profiles/home-manager.nix