We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems to be related to email.
To reproduce, try to build this file in the nixcloud-webservices repo:
(import <nixpkgs/nixos> { configuration = { config, pkgs, ... }: { imports = [ ./. ]; nixcloud.email.enable = true; nixcloud.email.domains = ["example.org"]; }; }).system
The text was updated successfully, but these errors were encountered:
I wonder if this is due to:
Declaring `services.dovecot2.mailboxes' as a list is deprecated and will break eval in 21.03! See the release notes for more info for migration.
Sorry, something went wrong.
Nope. While that is a problem, it isn't the cause of the infinite recursion
Almost forgot about this. I was wrong, it isn't related to email, but to webservices (the ones that allow multiple instances)
No branches or pull requests
It seems to be related to email.
To reproduce, try to build this file in the nixcloud-webservices repo:
The text was updated successfully, but these errors were encountered: