aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index f56ec95..77a0e87 100644
--- a/flake.nix
+++ b/flake.nix
@@ -120,7 +120,7 @@
domain = mkOption {
type = types.str;
default = "xesite.akua";
- example = "christine.website";
+ example = "xeiaso.net";
description =
"The domain name that nginx should check against for HTTP hostnames";
};
@@ -204,7 +204,7 @@
proxyWebsockets = true;
};
forceSSL = cfg.useACME;
- useACMEHost = "christine.website";
+ useACMEHost = "xeiaso.net";
extraConfig = ''
access_log /var/log/nginx/xesite.access.log;
'';