diff --git a/hosts/plover/default.nix b/hosts/plover/default.nix index b46b8874..6beaa0f0 100644 --- a/hosts/plover/default.nix +++ b/hosts/plover/default.nix @@ -190,6 +190,16 @@ in ]; }; + # With a database comes a dumping. + services.postgresqlBackup = { + enable = true; + compression = "zstd"; + compressionLevel = 11; + + # Start at every 3 days starting from the first day of the month. + startAt = "*-*-1/3"; + }; + # My code forge. services.gitea = { enable = true;