remove(security): avante key
This commit is contained in:
@@ -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
|
||||
# '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user