···6060 isSystemUser = true;
6161 };
6262 users.groups.goeland = { };
6363+6464+ warnings =
6565+ if hasAttr "password" cfg.settings.email
6666+ then [
6767+ ''
6868+ It is not recommended to set the "services.goeland.settings.email.password"
6969+ option as it will be in cleartext in the Nix store.
7070+ Please use "services.goeland.settings.email.password_file" instead.
7171+ ''
7272+ ]
7373+ else [ ];
6374 };
64756576 meta.maintainers = with maintainers; [ sweenu ];