From 47a31a9e3795ffdabc7c867526d94975f0e01796 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 3 Sep 2023 19:56:00 -0600 Subject: [PATCH] all: disable upstream gts module --- default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default.nix b/default.nix index 76bb7aa..42ca86c 100644 --- a/default.nix +++ b/default.nix @@ -37,6 +37,10 @@ in { ./bins ]; + disabledModules = [ + "services/web-apps/gotosocial.nix" + ]; + options.myconf = { managementPubKeys = lib.mkOption rec { type = lib.types.listOf lib.types.str;