{ config, ... }:
{
  services.nginx.virtualHosts."lemmy.${config.domains.jim1}" =  {
    enableACME = true;
    forceSSL = true;
  };
}