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

Infinite recursion on nixos 21.05 #78

Open
fgaz opened this issue Jul 14, 2021 · 3 comments
Open

Infinite recursion on nixos 21.05 #78

fgaz opened this issue Jul 14, 2021 · 3 comments

Comments

@fgaz
Copy link
Collaborator

fgaz commented Jul 14, 2021

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
@fgaz
Copy link
Collaborator Author

fgaz commented Jul 14, 2021

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.

@fgaz
Copy link
Collaborator Author

fgaz commented Jul 14, 2021

Nope. While that is a problem, it isn't the cause of the infinite recursion

@fgaz
Copy link
Collaborator Author

fgaz commented Oct 10, 2021

Almost forgot about this. I was wrong, it isn't related to email, but to webservices (the ones that allow multiple instances)

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

1 participant