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