tsuki/matrix/mx-puppet-discord: disable temporarily

This still uses an old version of node that is disabled
in nixpkgs 23.05, disabling for now
This commit is contained in:
2023-07-12 01:54:07 +02:00
parent 98745298c7
commit 68b181fc05

View File

@@ -1,7 +1,7 @@
{ secrets, ... }:
{
services.mx-puppet-discord = {
enable = true;
enable = false;
serviceDependencies = [
"matrix-synapse.service"
"postgresql.service"