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"; }; };