diff options
| author | Xe Iaso <me@christine.website> | 2022-05-26 13:46:17 -0400 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-05-26 13:46:17 -0400 |
| commit | ffab774e6a7a963e19c9d9a6ef79095f3a8ab51f (patch) | |
| tree | 48107ec59c7fa97377cf48fe1d04f5b44821952b | |
| parent | f8e2212549da86b266de378db8b56746e69680ca (diff) | |
| download | xesite-ffab774e6a7a963e19c9d9a6ef79095f3a8ab51f.tar.xz xesite-ffab774e6a7a963e19c9d9a6ef79095f3a8ab51f.zip | |
flake: xeiaso.net
Signed-off-by: Xe Iaso <me@christine.website>
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; ''; |
