From 6dc06fdd282dcfd1ca46160b196dc2c2676aa86d Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Tue, 19 Jun 2018 18:22:46 +0200 Subject: nixos/pgbackup: rename option period -> startAt --- nixos/modules/rename.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nixos/modules/rename.nix') diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix index b15dd84999a9..26b20f5eb0df 100644 --- a/nixos/modules/rename.nix +++ b/nixos/modules/rename.nix @@ -197,6 +197,12 @@ with lib; (mkRenamedOptionModule [ "fonts" "fontconfig" "ultimate" "forceAutohint" ] [ "fonts" "fontconfig" "forceAutohint" ]) (mkRenamedOptionModule [ "fonts" "fontconfig" "ultimate" "renderMonoTTFAsBitmap" ] [ "fonts" "fontconfig" "renderMonoTTFAsBitmap" ]) + # postgresqlBackup + (mkRemovedOptionModule [ "services" "postgresqlBackup" "period" ] '' + A systemd timer is now used instead of cron. + The starting time can be configured via services.postgresqlBackup.startAt. + '') + # Profile splitting (mkRenamedOptionModule [ "virtualization" "growPartition" ] [ "boot" "growPartition" ]) -- cgit 1.4.1