postgresql-backup: cleanup

This commit is contained in:
Nikolay Amiantov 2015-05-13 16:10:07 +03:00
parent cae7278fae
commit 3e35ea305f

View File

@ -3,7 +3,7 @@
with lib; with lib;
let let
inherit (pkgs) postgresql gzip; inherit (pkgs) gzip;
location = config.services.postgresqlBackup.location; location = config.services.postgresqlBackup.location;