From 3feb5ddc6b6416e5117344a8efd033908da0d3cc Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 13 Apr 2026 23:58:49 -0400 Subject: [PATCH] fix perms --- system/machines/server/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/machines/server/system.nix b/system/machines/server/system.nix index b0247a2..3572a8b 100644 --- a/system/machines/server/system.nix +++ b/system/machines/server/system.nix @@ -13,7 +13,7 @@ in { "RTSP_USER" = cameras; "RTSP_PASS" = cameras; - "LLAMA_API_KEY" = llama; + "LLAMA_API_KEY" = llama // { owner = config.user.name; }; }; # API key auth for ai.ramos.codes — nginx validates Bearer token against sops secret