···6161 };
6262 users.groups.goeland = { };
63636464- 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 [ ];
6464+ warnings = optionals (hasAttr "password" cfg.settings.email) [
6565+ ''
6666+ It is not recommended to set the "services.goeland.settings.email.password"
6767+ option as it will be in cleartext in the Nix store.
6868+ Please use "services.goeland.settings.email.password_file" instead.
6969+ ''
7070+ ];
7471 };
75727673 meta.maintainers = with maintainers; [ sweenu ];