diff --git a/nixos/roles/matrix/postgres-backup.nix b/nixos/roles/matrix/postgres-backup.nix index 1bf7055..fd06baf 100644 --- a/nixos/roles/matrix/postgres-backup.nix +++ b/nixos/roles/matrix/postgres-backup.nix @@ -1,7 +1,6 @@ { config, pkgs, - lib, ... }: { @@ -32,6 +31,7 @@ Type = "simple"; Restart = "on-failure"; RestartSec = "10s"; + TimeoutStartSec = "0"; }; preStart = '' @@ -64,7 +64,7 @@ # primary conninfo cat > "$DATADIR/postgresql.auto.conf" <