From 517745c7c6e63b6096367c3aba670e16937c4cbd Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 26 Apr 2024 06:19:26 -0400 Subject: [PATCH] Infini-OPTIPLEX: remove ponder.inx.moe --- hosts/Infini-OPTIPLEX/web.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/Infini-OPTIPLEX/web.nix b/hosts/Infini-OPTIPLEX/web.nix index 96acb37..fa141bb 100644 --- a/hosts/Infini-OPTIPLEX/web.nix +++ b/hosts/Infini-OPTIPLEX/web.nix @@ -52,9 +52,5 @@ in ''; }; }; - - "ponder.inx.moe" = ssl // { - locations."/".root = pkgs.ponder; - }; }; }