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:
Oystein Kristoffer Tveit 2023-07-12 01:54:07 +02:00
parent 98745298c7
commit 68b181fc05
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 1 deletions

View File

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