diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-03-13 11:37:10 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-03-13 11:37:10 -0700 |
| commit | 2a4c959ef00fea785633afe44be0af77d6441a4b (patch) | |
| tree | 0cd6505ee3c3969effe2bafadf0620de6fd9e2cb /nix/modules/nginx.nix | |
| parent | ba6373ebfbcafc99ce7a4fa100b2a26fc3bc2731 (diff) | |
new flake lock
Diffstat (limited to 'nix/modules/nginx.nix')
| -rw-r--r-- | nix/modules/nginx.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/modules/nginx.nix b/nix/modules/nginx.nix index a3906e2..e603759 100644 --- a/nix/modules/nginx.nix +++ b/nix/modules/nginx.nix @@ -59,6 +59,7 @@ }; "${config.monorepo.vars.remoteHost}" = { serverName = "${config.monorepo.vars.remoteHost}"; + serverAliases = [ "ret2pop.nullring.xyz" ]; root = "/var/www/ret2pop-website/"; addSSL = true; enableACME = true; |
