From 4fcdac45106b2aa3fc17834f660ad74ace3f866c Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sun, 29 Oct 2023 22:29:38 -0600 Subject: [PATCH] deprecating danilo-reyes.com --- server/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/nginx.nix b/server/nginx.nix index c99c5e4..f723a63 100644 --- a/server/nginx.nix +++ b/server/nginx.nix @@ -186,7 +186,7 @@ in { forceSSL = true; enableACME = true; http2 = true; - serverAliases = [ "cloud.rotehaare.art" "danilo-reyes.com" ]; + serverAliases = [ "cloud.rotehaare.art" ]; }; }; };