Merge pull request #123006 from mweinelt/postgresqlbackup-startat

nixos/postgresqlBackup: allow defining multiple times to start at
This commit is contained in:
Martin Weinelt 2021-05-19 01:54:38 +02:00 committed by GitHub
commit a8f71f069f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ in {
startAt = mkOption {
default = "*-*-* 01:15:00";
type = types.str;
type = with types; either (listOf str) str;
description = ''
This option defines (see <literal>systemd.time</literal> for format) when the
databases should be dumped.