{outputs, ...}: {
  services.pixelfed = {
    enable = true;
    domain = "pixelfed.${outputs.secrets.jimDomain}";
  };
}