Backup postgres too
This commit is contained in:
parent
9fe684627f
commit
ab9f83015e
|
@ -119,6 +119,14 @@
|
||||||
extraConfigFiles = [ config.sops.secrets."matrix-secrets.yaml".path ];
|
extraConfigFiles = [ config.sops.secrets."matrix-secrets.yaml".path ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Backup postgres
|
||||||
|
services.postgresqlBackup = {
|
||||||
|
enable = true;
|
||||||
|
compression = "none";
|
||||||
|
backupAll = true;
|
||||||
|
startAt = "OnCalendar=00/2:00";
|
||||||
|
};
|
||||||
|
|
||||||
# Configure the vhost for the domain
|
# Configure the vhost for the domain
|
||||||
services.nginx.virtualHosts =
|
services.nginx.virtualHosts =
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in New Issue