remove(security): avante key

This commit is contained in:
kenji
2025-12-30 09:57:43 -06:00
parent 4c80538ee4
commit 8c225a381d
+8 -8
View File
@@ -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
# '';
}