diff --git a/modules/system/security.nix b/modules/system/security.nix index ccacb5c..6a1d913 100644 --- a/modules/system/security.nix +++ b/modules/system/security.nix @@ -18,14 +18,14 @@ neededForUsers = true; }; - AVANTE_GEMINI_API_KEY = { - owner = "kenji"; - }; + # AVANTE_GEMINI_API_KEY = { + # owner = "kenji"; + # }; }; }; - programs.fish.interactiveShellInit = '' - if test -f ${config.sops.secrets.AVANTE_GEMINI_API_KEY.path} - set -gx AVANTE_GEMINI_API_KEY (cat ${config.sops.secrets.AVANTE_GEMINI_API_KEY.path}) - end - ''; + # programs.fish.interactiveShellInit = '' + # if test -f ${config.sops.secrets.AVANTE_GEMINI_API_KEY.path} + # set -gx AVANTE_GEMINI_API_KEY (cat ${config.sops.secrets.AVANTE_GEMINI_API_KEY.path}) + # end + # ''; }