The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

flake: xeiaso.net

Signed-off-by: Xe Iaso <me@christine.website>

Xe Iaso ffab774e f8e22125

+2 -2
+2 -2
flake.nix
··· 120 120 domain = mkOption { 121 121 type = types.str; 122 122 default = "xesite.akua"; 123 - example = "christine.website"; 123 + example = "xeiaso.net"; 124 124 description = 125 125 "The domain name that nginx should check against for HTTP hostnames"; 126 126 }; ··· 204 204 proxyWebsockets = true; 205 205 }; 206 206 forceSSL = cfg.useACME; 207 - useACMEHost = "christine.website"; 207 + useACMEHost = "xeiaso.net"; 208 208 extraConfig = '' 209 209 access_log /var/log/nginx/xesite.access.log; 210 210 '';