chore(infra): Switch to age-secrets.autoMatch

This commit is contained in:
Tom Hubrecht 2024-02-19 14:47:27 +01:00
parent 10e768cacd
commit ad39c91168
12 changed files with 12 additions and 30 deletions

View file

@ -39,7 +39,5 @@ in
extraEnvFiles = [ config.age.secrets."mastodon-extra_env_file".path ];
};
age-secrets.matches."^mastodon-.*$" = {
owner = "mastodon";
};
age-secrets.autoMatch = [ "mastodon" ];
}