backups: remove illegal option definition
This commit is contained in:
parent
35fe939cf8
commit
a0e5894f1f
@ -82,7 +82,6 @@ in {
|
||||
services.postgresqlBackup = {
|
||||
enable = true;
|
||||
databases = [ "btcpaydb" ];
|
||||
startAt = [];
|
||||
};
|
||||
systemd.services.duplicity = rec {
|
||||
wants = [ "postgresqlBackup-btcpaydb.service" ];
|
||||
|
Loading…
Reference in New Issue
Block a user