This commit is contained in:
2025-09-20 02:29:39 +03:00
parent a1a3aaa9d3
commit dcc73050eb

View File

@@ -98,6 +98,8 @@ in
"SMTP_SSL" = "true";
};
};
users.users.mastodon.isSystemUser = lib.mkForce false;
users.users.mastodon.isNormalUser = lib.mkForce true;
selfprivacy.emails."mastodon" = {
hashedPasswordFile = secrets.hashedPasswordFile;