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