fix eval
This commit is contained in:
parent
e3b2559439
commit
ed65f63452
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ in
|
|||
vapidPrivateKeyFile = config.sops.secrets."services/mastodon/vapid/private".path;
|
||||
vapidPublicKeyFile = config.sops.secrets."services/mastodon/vapid/public".path;
|
||||
s3AccessKeyIdFile = config.sops.secrets."services/mastodon/s3/key_id".path;
|
||||
s3SecretKeyFile = config.sops.secrets."services/mastodon/s3/secret_key".path;
|
||||
s3SecretAccessKeyFile = config.sops.secrets."services/mastodon/s3/secret_key".path;
|
||||
};
|
||||
sops.secrets."services/mastodon/otpSecret" = sopsConfig;
|
||||
sops.secrets."services/mastodon/secretKeyBase" = sopsConfig;
|
||||
|
|
Loading…
Reference in a new issue