forked from mirrors/nixpkgs
postgresql-backup: cleanup
This commit is contained in:
parent
cae7278fae
commit
3e35ea305f
|
@ -3,9 +3,9 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
inherit (pkgs) postgresql gzip;
|
||||
inherit (pkgs) gzip;
|
||||
|
||||
location = config.services.postgresqlBackup.location ;
|
||||
location = config.services.postgresqlBackup.location;
|
||||
|
||||
postgresqlBackupCron = db:
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue