about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 2d29e38..3147041 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -111,6 +111,7 @@
 
   home.sessionVariables = {
     LOCATION = "${location}";
+    OPENAI_API_KEY = "${secrets.openai_api_key}";
   };
 
   services = {