From 26038d77fdcb04abf0e6ba32535e5b60784368c3 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 10 Oct 2022 08:06:04 -0600 Subject: [PATCH] h: remove unused domain --- hosts/h/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/h/default.nix b/hosts/h/default.nix index f652069..fce77a1 100644 --- a/hosts/h/default.nix +++ b/hosts/h/default.nix @@ -442,11 +442,6 @@ in { enableACME = true; root = "/var/www/mammothcircus.com"; }; - "akb.io" = { - forceSSL = true; - enableACME = true; - root = "/var/www/akb.io"; - }; "tapenet.org" = { forceSSL = true; enableACME = true;