flake: xeiaso.net

Signed-off-by: Xe Iaso <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-05-26 13:46:17 -04:00
parent f8e2212549
commit ffab774e6a
1 changed files with 2 additions and 2 deletions

View File

@ -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;
'';