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:
parent
98745298c7
commit
68b181fc05
|
@ -1,7 +1,7 @@
|
|||
{ secrets, ... }:
|
||||
{
|
||||
services.mx-puppet-discord = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
serviceDependencies = [
|
||||
"matrix-synapse.service"
|
||||
"postgresql.service"
|
||||
|
|
Loading…
Reference in New Issue