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