mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
nixos/pgbackup: rename option period -> startAt
This commit is contained in:
parent
aee0f49fe6
commit
6dc06fdd28
2 changed files with 9 additions and 3 deletions
|
@ -34,7 +34,7 @@ let
|
|||
User = "postgres";
|
||||
};
|
||||
|
||||
startAt = cfg.period;
|
||||
startAt = cfg.startAt;
|
||||
};
|
||||
|
||||
in {
|
||||
|
@ -50,10 +50,10 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
period = mkOption {
|
||||
startAt = mkOption {
|
||||
default = "*-*-* 01:15:00";
|
||||
description = ''
|
||||
This option defines (in the format used by <literal>systemd.time</literal>) when the
|
||||
This option defines (see <literal>systemd.time</literal> for format) when the
|
||||
databases should be dumped.
|
||||
The default is to update at 01:15 (at night) every day.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue