Skip to content

Commit

Permalink
cleanup-synapse: disable since we have GC now
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Sep 19, 2023
1 parent 955e57e commit e5642ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixos/hosts/matrix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
registrationSharedSecretConfigFile = "/run/keys/nevarro_space_registration_shared_secret";
sharedSecretAuthConfigFile = "/run/keys/nevarro_space_shared_secret_auth";
};
services.cleanup-synapse.environmentFile = "/run/keys/nevarro_space_cleanup_synapse_environment_file";
# services.cleanup-synapse.environmentFile = "/run/keys/nevarro_space_cleanup_synapse_environment_file";

# PosgreSQL
services.postgresql.enable = true;
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/matrix/synapse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ let
in
{
imports = [
./cleanup-synapse.nix
# ./cleanup-synapse.nix
];

options = {
Expand Down

0 comments on commit e5642ad

Please sign in to comment.