Disable postgresql backup
This commit is contained in:
parent
74f1da0284
commit
34911bcb49
@ -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 [ ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user