summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/system/variables.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/ebisu/fortune/system/variables.nix')
-rw-r--r--home/ebisu/fortune/system/variables.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/ebisu/fortune/system/variables.nix b/home/ebisu/fortune/system/variables.nix
index f365ed1..5b96479 100644
--- a/home/ebisu/fortune/system/variables.nix
+++ b/home/ebisu/fortune/system/variables.nix
@@ -86,7 +86,7 @@
MOZ_USE_XINPUT2 = "1";
AWT_TOOLKIT = "MToolkit wmname LG3D";
_JAVA_AWT_WM_NONREPARENTING = 1;
- OPENAI_API_KEY = secrets.openai_api_key;
+ OPENAI_API_KEY = "$(cat ${config.sops.secrets.openai_api_key.path})";
NNN_FIFO = "/tmp/nnn.fifo";
_Z_DATA = "${config.xdg.dataHome}/z";
W3M_DIR = "${config.xdg.dataHome}/w3m";
@@ -97,6 +97,6 @@
BUNDLE_USER_PLUGIN = "${config.xdg.dataHome}/bundle";
PSQL_HISTORY = "${config.xdg.dataHome}/psql_history";
PKG_CACHE_PATH = "${config.xdg.cacheHome}/pkg-cache";
- SUZURI_TOKEN = "${secrets.suzuri_token}";
+ SUZURI_TOKEN = "$(cat ${config.sops.secrets.suzuri_token.path})";
};
}