aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/nginx.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-02-11 04:06:11 -0800
committerPreston Pan <ret2pop@gmail.com>2025-02-11 04:06:11 -0800
commitf10285de4d0b5c69d026e948a9d9d7278a2ffb64 (patch)
treedc1138970d2dae203aaeede6e036c637fbf3d2a6 /nix/modules/nginx.nix
parentbe4a011bac9b2212d81b572c3bb9b80f8c326ab0 (diff)
add resume
Diffstat (limited to 'nix/modules/nginx.nix')
-rw-r--r--nix/modules/nginx.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/nix/modules/nginx.nix b/nix/modules/nginx.nix
index bcc213a..18becfe 100644
--- a/nix/modules/nginx.nix
+++ b/nix/modules/nginx.nix
@@ -37,11 +37,11 @@
'';
virtualHosts = {
- "ret2pop.net" = {
- # addSSL = true;
- # enableACME = true;
- root = "/home/preston/ret2pop-website/";
- };
+ "ret2pop.nullring.xyz" = {
+ # addSSL = true;
+ # enableACME = true;
+ root = "/home/preston/ret2pop-website/";
+ };
};
};
}