From dcce63ecc60908b69c2a5a9b32156356bc83140a Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sat, 15 Jun 2024 17:53:02 -0400 Subject: [PATCH] Migrated DNS for utk --- modules/hosts/nixos/hetznix01/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/nixos/hetznix01/nginx.nix b/modules/hosts/nixos/hetznix01/nginx.nix index 72167cf..641f63d 100644 --- a/modules/hosts/nixos/hetznix01/nginx.nix +++ b/modules/hosts/nixos/hetznix01/nginx.nix @@ -37,7 +37,7 @@ in { ''; }; }; - "utk-v2.technicalissues.us" = { + "utk.technicalissues.us" = { listen = [{ port = https_port; addr = "0.0.0.0"; ssl = true; }]; enableACME = true; acmeRoot = null;