From dbf7a4d5d13d85fe9c1609bc76af8b01e0f64cc5 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 3 Jun 2024 04:36:44 +0100 Subject: [PATCH] fix: didnt set the server cname properly --- config/dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dns.nix b/config/dns.nix index 1851ee9..0dd6133 100644 --- a/config/dns.nix +++ b/config/dns.nix @@ -39,7 +39,7 @@ { record = "panel.games"; r_type = "CNAME"; - value = "optimus-reborn"; + value = "optimus"; } { record = "bumblebee";