backups: remove illegal option definition
This commit is contained in:
parent
35fe939cf8
commit
a0e5894f1f
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue