commit c068bcb56f2ae7c7361afc7051ff877ea793354f
parent fe97f6a3f1266dad262a515a976fa144cd113e70
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 11 Dec 2023 11:33:09 +0100
Fix masto
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -426,6 +426,9 @@ in {
AUTHORIZED_FETCH = "true";
SINGLE_USER_MODE = "true";
};
+ redis = {
+ port = 31638;
+ };
otpSecretFile = config.sops.secrets."mastodon_otp_secret".path;
secretKeyBaseFile = config.sops.secrets."mastodon_secret_key".path;
vapidPrivateKeyFile = config.sops.secrets."mastodon_vapid_private_key".path;