summaryrefslogtreecommitdiff
path: root/Biz/PodcastItLater/Web.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/PodcastItLater/Web.nix')
-rw-r--r--Biz/PodcastItLater/Web.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/Biz/PodcastItLater/Web.nix b/Biz/PodcastItLater/Web.nix
index 8f35dbb..7533ca4 100644
--- a/Biz/PodcastItLater/Web.nix
+++ b/Biz/PodcastItLater/Web.nix
@@ -5,7 +5,7 @@
...
}: let
cfg = config.services.podcastitlater-web;
- rootDomain = "bensima.com";
+ rootDomain = "podcastitlater.com";
ports = import ../../Omni/Cloud/Ports.nix;
in {
options.services.podcastitlater-web = {
@@ -39,7 +39,7 @@ in {
# Manual step: create this file with secrets
# SECRET_KEY=your-secret-key-for-sessions
# SESSION_SECRET=your-session-secret
- # EMAIL_FROM=noreply@podcastitlater.bensima.com
+ # EMAIL_FROM=noreply@podcastitlater.com
# SMTP_SERVER=smtp.mailgun.org
# SMTP_PASSWORD=your-smtp-password
# STRIPE_SECRET_KEY=sk_live_your_stripe_secret_key
@@ -58,7 +58,7 @@ in {
"PORT=${toString cfg.port}"
"AREA=Live"
"DATA_DIR=${cfg.dataDir}"
- "BASE_URL=https://podcastitlater.${rootDomain}"
+ "BASE_URL=https://${rootDomain}"
];
EnvironmentFile = "/run/podcastitlater/env";
KillSignal = "INT";
@@ -77,7 +77,7 @@ in {
recommendedTlsSettings = true;
statusPage = true;
- virtualHosts."podcastitlater.${rootDomain}" = {
+ virtualHosts."${rootDomain}" = {
forceSSL = true;
enableACME = true;
locations."/" = {