remove(security): avante key
This commit is contained in:
@@ -18,14 +18,14 @@
|
|||||||
neededForUsers = true;
|
neededForUsers = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
AVANTE_GEMINI_API_KEY = {
|
# AVANTE_GEMINI_API_KEY = {
|
||||||
owner = "kenji";
|
# owner = "kenji";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.fish.interactiveShellInit = ''
|
# programs.fish.interactiveShellInit = ''
|
||||||
if test -f ${config.sops.secrets.AVANTE_GEMINI_API_KEY.path}
|
# 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})
|
# set -gx AVANTE_GEMINI_API_KEY (cat ${config.sops.secrets.AVANTE_GEMINI_API_KEY.path})
|
||||||
end
|
# end
|
||||||
'';
|
# '';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user