added gmail credential file
This commit is contained in:
@@ -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" ''
|
||||
|
||||
Reference in New Issue
Block a user