mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Synapse cleanup, monitoring
This commit is contained in:
parent
ab8885a907
commit
d38cc5233f
8 changed files with 77 additions and 8 deletions
11
packages/synapse-cleanup/default.nix
Normal file
11
packages/synapse-cleanup/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
wrapShellScriptBin,
|
||||
pkgs,
|
||||
}:
|
||||
wrapShellScriptBin "synapse-cleanup" ./cleanup.sh {
|
||||
depsRuntimePath = with pkgs; [
|
||||
matrix-synapse-tools.rust-synapse-compress-state
|
||||
curl
|
||||
jq
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue