added gmail credential file

This commit is contained in:
John Lancaster
2025-08-03 09:23:06 -05:00
parent 7205ea32a3
commit 5e9cd352d7
3 changed files with 41 additions and 1 deletions

View File

@@ -12,6 +12,12 @@ in
age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519" ];
defaultSopsFile = ../keys/secrets.yaml;
defaultSopsFormat = "yaml";
secrets.gmail_api_credentials = {
sopsFile = ../keys/gmail_api_credentials.json;
format = "json";
path = "${config.home.homeDirectory}/.config/gmail_api_credentials.json";
};
};
home.packages = with pkgs; [
(writeShellScriptBin "edit-secrets" ''