Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rspamd not working (on 20.09) due to option users.users error #77

Closed
ppenguin opened this issue Mar 9, 2021 · 1 comment
Closed

rspamd not working (on 20.09) due to option users.users error #77

ppenguin opened this issue Mar 9, 2021 · 1 comment

Comments

@ppenguin
Copy link

ppenguin commented Mar 9, 2021

After working around #76 (I mention this because it may be caused by a regression on newer nixos versions, and for this issue looks a bit similar to the issue mentioned here and patched here.

The error I'm seeing:

error: The option value `users.users' in `/nix/store/ihx06ak2767z80ri7i5wamiacnd16asp-source/nixos/modules/services/mail/rspamd.nix' is not of type `attribute set of submodules'.

I have users defined (only) as:

{ 
   nixcloud.email ={
      # ...
      users = [
        { name = "johndoe"; domain = "mydomain.me"; password = "{PLAIN}hahatest12345"; }
      ];
   };
}
@ppenguin
Copy link
Author

Closing to cleanup, not tested on newer versions (yet).

@ppenguin ppenguin closed this as not planned Won't fix, can't repro, duplicate, stale Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants