{...}: {
  documentation = {
    nixos = {
      # TODO: Enable this, when the build is no longer local (i.e. I've access to a remote build server) <2023-08-28>
      includeAllModules = true;

      # I don't use this, and it has a considerable build time.
      enable = false;
    };
    dev = {
      # Add man pages aimed at developers (I guess c library stuff, and the like)
      enable = true;
    };
  };
}