flake: xeiaso.net
Signed-off-by: Xe Iaso <me@christine.website>
This commit is contained in:
parent
f8e2212549
commit
ffab774e6a
|
@ -120,7 +120,7 @@
|
||||||
domain = mkOption {
|
domain = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "xesite.akua";
|
default = "xesite.akua";
|
||||||
example = "christine.website";
|
example = "xeiaso.net";
|
||||||
description =
|
description =
|
||||||
"The domain name that nginx should check against for HTTP hostnames";
|
"The domain name that nginx should check against for HTTP hostnames";
|
||||||
};
|
};
|
||||||
|
@ -204,7 +204,7 @@
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
forceSSL = cfg.useACME;
|
forceSSL = cfg.useACME;
|
||||||
useACMEHost = "christine.website";
|
useACMEHost = "xeiaso.net";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
access_log /var/log/nginx/xesite.access.log;
|
access_log /var/log/nginx/xesite.access.log;
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue