summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-06-19 18:22:46 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-06-20 17:58:48 +0200
commit6dc06fdd282dcfd1ca46160b196dc2c2676aa86d (patch)
treeb0d6291209e1043342b79d20fb613518f210384a /nixos/modules/rename.nix
parentaee0f49fe6725f1a9551b546a757f523bd560681 (diff)
downloadnixlib-6dc06fdd282dcfd1ca46160b196dc2c2676aa86d.tar
nixlib-6dc06fdd282dcfd1ca46160b196dc2c2676aa86d.tar.gz
nixlib-6dc06fdd282dcfd1ca46160b196dc2c2676aa86d.tar.bz2
nixlib-6dc06fdd282dcfd1ca46160b196dc2c2676aa86d.tar.lz
nixlib-6dc06fdd282dcfd1ca46160b196dc2c2676aa86d.tar.xz
nixlib-6dc06fdd282dcfd1ca46160b196dc2c2676aa86d.tar.zst
nixlib-6dc06fdd282dcfd1ca46160b196dc2c2676aa86d.zip
nixos/pgbackup: rename option period -> startAt
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix6
1 files changed, 6 insertions, 0 deletions
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 <literal>services.postgresqlBackup.startAt</literal>.
+    '')
+
     # Profile splitting
     (mkRenamedOptionModule [ "virtualization" "growPartition" ] [ "boot" "growPartition" ])