backups: remove illegal option definition

This commit is contained in:
Erik Arvstedt 2021-08-05 00:49:02 +02:00
parent 35fe939cf8
commit a0e5894f1f
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ in {
services.postgresqlBackup = {
enable = true;
databases = [ "btcpaydb" ];
startAt = [];
};
systemd.services.duplicity = rec {
wants = [ "postgresqlBackup-btcpaydb.service" ];