backups: remove illegal option definition
This commit is contained in:
@@ -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" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user