From dcc73050ebd7b3b6f1aa4de989efc76f65f94ac2 Mon Sep 17 00:00:00 2001 From: Thary Date: Sat, 20 Sep 2025 02:29:39 +0300 Subject: [PATCH] fix --- module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module.nix b/module.nix index 91c19d1..3fc34d4 100644 --- a/module.nix +++ b/module.nix @@ -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;