From 308ee43ec456f1b7ae0496684701e00370697a35 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 28 Dec 2025 19:12:08 +0100 Subject: [PATCH] vps-public: Disable stirling-pdf --- hosts/vps-public/default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/vps-public/default.nix b/hosts/vps-public/default.nix index c13ed39..9b0d7fa 100644 --- a/hosts/vps-public/default.nix +++ b/hosts/vps-public/default.nix @@ -59,15 +59,6 @@ domain = "tools.${sproutedDomain}"; }; - stirling-pdf = { - enable = true; - domain = "pdf.${sproutedDomain}"; - branding = { - name = "Sprouted PDF"; - description = "Sprouted's one-stop-shop for all your PDF needs."; - }; - }; - privatebin = { enable = true; domain = "pastebin.${sproutedDomain}";