prune
This commit is contained in:
@@ -64,13 +64,8 @@ in
|
|||||||
defaultSopsFile = sopsSecretsPath;
|
defaultSopsFile = sopsSecretsPath;
|
||||||
defaultSopsFormat = "yaml";
|
defaultSopsFormat = "yaml";
|
||||||
age.sshKeyPaths = [ "${config.ssh.IdentityFile}" ];
|
age.sshKeyPaths = [ "${config.ssh.IdentityFile}" ];
|
||||||
# age.keyFile = "${ageKeyFile}";
|
|
||||||
# age.generateKey = true;
|
|
||||||
|
|
||||||
secrets."api/gmail_client_secret" = {
|
|
||||||
path = "${config.xdg.configHome}/resticprofile/dendrite.txt";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
secrets."api/gmail_client_secret" = { };
|
||||||
templates."gmail_creds" = {
|
templates."gmail_creds" = {
|
||||||
path = "${config.xdg.configHome}/sops-nix/gmail_api_credentials.json";
|
path = "${config.xdg.configHome}/sops-nix/gmail_api_credentials.json";
|
||||||
content = ''
|
content = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user