From 4a99585a267ed5e8b1d0b5898f199b52813b881c Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 27 Nov 2023 14:13:46 +0100 Subject: [PATCH] Mailpass not secret cookie --- nixos/queen/gotosocial.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/queen/gotosocial.nix b/nixos/queen/gotosocial.nix index 3dd4e63..4113748 100644 --- a/nixos/queen/gotosocial.nix +++ b/nixos/queen/gotosocial.nix @@ -37,7 +37,7 @@ smtp-host = "localhost"; smtp-port = 587; smtp-username = "no-reply@social.gladtherescake.eu"; - smtp-password = config.sops.secrets."releaseCookie".path; + smtp-password = config.sops.secrets."mailpass".path; smtp-from = "no-reply@social.gladtherescake.eu"; }; };