From bdf17fc5c982e3d1c870f7aad8687ea1879e2e1b Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sun, 30 May 2021 22:18:49 -0400 Subject: [PATCH] turn off zerobin --- machines/mitty/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/machines/mitty/configuration.nix b/machines/mitty/configuration.nix index 7864f26..77b9f6b 100644 --- a/machines/mitty/configuration.nix +++ b/machines/mitty/configuration.nix @@ -39,11 +39,6 @@ hostname = "mitty.neet.dev"; }; - services.zerobin = { - enable = true; - host = "paste.neet.cloud"; - }; - services.privatebin = { enable = true; host = "kode.neet.dev";