From 25a79913fa909e2349d2f7fbbbf8c63e64878fdf Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 13 Oct 2025 21:53:11 -0500 Subject: [PATCH] chore: changed backup time --- modules/nixos/services/postgresql/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/services/postgresql/default.nix b/modules/nixos/services/postgresql/default.nix index 1d13f6f..dc84a70 100755 --- a/modules/nixos/services/postgresql/default.nix +++ b/modules/nixos/services/postgresql/default.nix @@ -16,7 +16,7 @@ in enable = true; location = backupPath; # compression = "zstd"; - startAt = "*-*-* 07:00:00"; + startAt = "*-*-* 22:00:00"; # backupAll = true; databases = [ instances.mastodon.name