Disable postgresql backup

This commit is contained in:
2023-01-09 23:03:52 +00:00
parent 74f1da0284
commit 34911bcb49

View File

@ -12,5 +12,7 @@
systemd.services."mastodon-web".wantedBy = lib.mkForce [ ];
systemd.services."nginx".wantedBy = lib.mkForce [ ];
systemd.services."nginx-config-reload".wantedBy = lib.mkForce [ ];
systemd.services."postgresqlBackup-mastodon".startAt = lib.mkForce [ ];
systemd.services."postgresqlBackup-mastodon".wantedBy = lib.mkForce [ ];
systemd.services."redis-mastodon".wantedBy = lib.mkForce [ ];
}