postgresql backups
This commit is contained in:
parent
a08f15df96
commit
b72e9e0c2f
@ -64,6 +64,11 @@ let
|
||||
p.wait()
|
||||
'';
|
||||
in {
|
||||
services.postgresqlBackup = {
|
||||
enable = true;
|
||||
databases = [ "mastodon" ];
|
||||
};
|
||||
|
||||
# Until merge of https://github.com/NixOS/nixpkgs/pull/202408
|
||||
systemd.services.mastodon-sidekiq.serviceConfig.ExecStart =
|
||||
lib.mkForce "${sidekiq-manager}";
|
||||
|
Loading…
Reference in New Issue
Block a user