diff --git a/hosts/arashi/services/postgresql.nix b/hosts/arashi/services/postgresql.nix index 53e1e11..b61d3d3 100644 --- a/hosts/arashi/services/postgresql.nix +++ b/hosts/arashi/services/postgresql.nix @@ -54,6 +54,6 @@ databases = ["forgejo" "hedgedoc" "grafana" "authelia" "vaultwarden"]; compression = "zstd"; compressionLevel = 4; - startAt = "daily"; + startAt = "*-*-* 23:00:00"; }; }