Move stuff to various S3 stores instead of local minio #5

Merged
nki merged 10 commits from move-s3 into master 2024-10-31 13:05:04 +00:00
Showing only changes of commit 05c188e90e - Show all commits

View file

@ -33,7 +33,7 @@ with lib; {
{
systemd.services.heisenbridge = {
description = "Matrix<->IRC bridge";
requires = [ "matrix-synapse.service" ]; # So the registration file can be used by Synapse
requires = [ "matrix-conduit-nkagami.service" "matrix-synapse.service" ]; # So the registration file can be used by Synapse
wantedBy = [ "multi-user.target" ];
serviceConfig = rec {