all: disable upstream gts module

This commit is contained in:
Aaron Bieber 2023-09-03 19:56:00 -06:00
parent 43ba18c07a
commit 47a31a9e37
No known key found for this signature in database

View File

@ -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;