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